Color Hex Logo

#832416 Color Hex

#832416
(131,36,22)
0 Favorites   0 Comments

Color spaces of #832416

RGB 1313622
HSL0.020.710.30
HSV83°51°
CMYK 0.000.730.83   0.49
XYZ10.13586.14501.4109
Yxy6.14500.57290.3473
Hunter Lab24.789129.604313.9778
CIE-Lab29.775439.798731.9471

#832416 color RGB value is (131,36,22).

#832416 hex color red value is 131, green value is 36 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #832416 hue: 0.02 , saturation: 0.71 and the lightness value of 832416 is 0.30.

The process color (four color CMYK) of #832416 color hex is 0.00, 0.73, 0.83, 0.49. Web safe color of #832416 is #993300. Color #832416 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100100 00010110
Octal 203 44 26
Decimal 131 36 22
Hex 83 24 16

RGB Percentages of Color #832416

%69.31
%19.05
%11.64

CMYK Percentages of Color #832416

%0
%73
%83
%49

Triadic Colors of #832416

#832416 #168324 #241683

Analogous Colors of #832416

#832416 #835a16 #83163f

Monochromatic Colors of #832416

#832416

Complementary Color

#832416 #167583

#832416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#832416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#832416 Color CSS Codes

.mybgcolor {background-color:#832416; } 
.myforecolor {color:#832416; }
.mybordercolor {border:3px solid #832416; }

#832416 Text Font Color

<p style="color:#832416">Text here</p>

This sample text font color is #832416
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#832416 Background Color

<div style="background-color:#832416">
Div content here</div>

This div background color is #832416


#832416 Border Color

<div style="border:3px solid #832416">
Div here</div>

This div border color is #832416


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,36,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #832416; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #832416;
  -webkit-box-shadow: 1px 1px 3px 2px #832416;
  box-shadow:         1px 1px 3px 2px #832416; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,36,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #832416">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #832416;
  -webkit-box-shadow: 1px 1px 3px 2px #832416;
  box-shadow:         1px 1px 3px 2px #832416;">
Div content here</div>

This div box has shadow with color #832416


Comments

No comments written yet.

Please login to write comment.