Html Css Color HEX #842B08 Saddle Brown

📋 copy color: '#842B08'

red 132 ◦ green 43 ◦ blue 8

#842B08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #842B08

Tints of Saddle Brown #842B08

RGB

 RED value IS 132 (51.95% from 255) = 72.13%

 GREEN value IS 43 (17.19% from 255) = 23.5%

 BLUE value IS 8 (3.52% from 255) = 4.37%

R = 72.13%
G = 23.5%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#842B08 (or 0x842B08) is known color: Saddle Brown. HEX triplet: 84, 2B and 08. RGB value is (132,43,8). Sum of RGB (Red+Green+Blue) = 132+43+8=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #842B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842B08 is #7BD4F7. Grayscale: #414141. Windows color (decimal): -8115448 or 535428. OLE color: 535428.

HSL color Cylindrical-coordinate representation of color #842B08: hue angle of 16.94º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #842B08 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 43 8 -
CMYK 0 0.67 0.94 0.48
HSL 16.94º 0.89% 0.27% -
HSV(B) 16.94º 0.94% 0.52% -
XYZ 10.42 6.65 0.96 -
YUV 65.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 132 43 8 0 0.67 0.94 0.48 16.94 0.89 0.27
Hex 84 2B 8 0 43 5E 30 11 59 1B
Octal 204 53 10 0 103 136 60 21 131 33
Binary 10000100 101011 1000 0 1000011 1011110 110000 10001 1011001 11011

Color Harmonies of #842B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842B08

Black with #842B08

Text Example


Text Example

White with #842B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842B08; }

 p { color: rgb(132,43,8); }

 H1.HeaderClassName
 {
   color: #842B08;
 }
 .AnyTagClassName
 {
   color: #842B08;
 }
</style>

background-color css

<style>
 a { background-color: #842B08; }

 a { background-color: rgb(132,43,8); }

 div.DivClassName
 {
   background-color: #842B08;
 }
 .BgClassName
 {
   background-color: #842B08;
 }
</style>

border-color css

<style>
 span { border-color: #842B08; }

 span { border-color: rgb(132,43,8); }

 td.TdClassName
 {
   border-color: #842B08;
 }
 .TagClassName
 {
   border-color: #842B08;
 }
</style>