Html Css Color HEX #872D06 Saddle Brown

📋 copy color: '#872D06'

red 135 ◦ green 45 ◦ blue 6

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

Shades of Saddle Brown #872D06

Tints of Saddle Brown #872D06

RGB

 RED value IS 135 (53.13% from 255) = 72.58%

 GREEN value IS 45 (17.97% from 255) = 24.19%

 BLUE value IS 6 (2.73% from 255) = 3.23%

R = 72.58%
G = 24.19%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#872D06 (or 0x872D06) is known color: Saddle Brown. HEX triplet: 87, 2D and 06. RGB value is (135,45,6). Sum of RGB (Red+Green+Blue) = 135+45+6=186 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.58% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 135 - color contains mainly: red. Hex color #872D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872D06 is #78D2F9. Grayscale: #434343. Windows color (decimal): -7918330 or 404871. OLE color: 404871.

HSL color Cylindrical-coordinate representation of color #872D06: hue angle of 18.14º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #872D06 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 45 6 -
CMYK 0 0.67 0.96 0.47
HSL 18.14º 0.91% 0.28% -
HSV(B) 18.14º 0.96% 0.53% -
XYZ 10.96 7.04 0.95 -
YUV 67.46 93.32 176.17 -
System Red Green Blue C M Y K H S L
Decimal 135 45 6 0 0.67 0.96 0.47 18.14 0.91 0.28
Hex 87 2D 6 0 43 60 2F 12 5B 1C
Octal 207 55 6 0 103 140 57 22 133 34
Binary 10000111 101101 110 0 1000011 1100000 101111 10010 1011011 11100

Color Harmonies of #872D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872D06

Black with #872D06

Text Example


Text Example

White with #872D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872D06; }

 p { color: rgb(135,45,6); }

 H1.HeaderClassName
 {
   color: #872D06;
 }
 .AnyTagClassName
 {
   color: #872D06;
 }
</style>

background-color css

<style>
 a { background-color: #872D06; }

 a { background-color: rgb(135,45,6); }

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

border-color css

<style>
 span { border-color: #872D06; }

 span { border-color: rgb(135,45,6); }

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