Html Css Color HEX #842F08 Saddle Brown

📋 copy color: '#842F08'

red 132 ◦ green 47 ◦ blue 8

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

Shades of Saddle Brown #842F08

Tints of Saddle Brown #842F08

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.13%

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

R = 70.59%
G = 25.13%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#842F08 (or 0x842F08) is known color: Saddle Brown. HEX triplet: 84, 2F and 08. RGB value is (132,47,8). Sum of RGB (Red+Green+Blue) = 132+47+8=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #842F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842F08 is #7BD0F7. Grayscale: #444444. Windows color (decimal): -8114424 or 536452. OLE color: 536452.

HSL color Cylindrical-coordinate representation of color #842F08: hue angle of 18.87º 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 #842F08 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 47 8 -
CMYK 0 0.64 0.94 0.48
HSL 18.87º 0.89% 0.27% -
HSV(B) 18.87º 0.94% 0.52% -
XYZ 10.58 6.96 1.01 -
YUV 67.97 94.16 173.67 -
System Red Green Blue C M Y K H S L
Decimal 132 47 8 0 0.64 0.94 0.48 18.87 0.89 0.27
Hex 84 2F 8 0 40 5E 30 13 59 1B
Octal 204 57 10 0 100 136 60 23 131 33
Binary 10000100 101111 1000 0 1000000 1011110 110000 10011 1011001 11011

Color Harmonies of #842F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842F08

Black with #842F08

Text Example


Text Example

White with #842F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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