#872900

Color #872900 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #872900

Tints of Saddle Brown #872900

Color information

#872900 (or 0x872900) is unknown color: approx Saddle Brown. HEX triplet: 87, 29 and 00. RGB value is (135,41,0). Sum of RGB (Red+Green+Blue) = 135+41+0=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #872900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872900 is #78D6FF. Grayscale: #404040. Windows color (decimal): -7919360 or 10631. OLE color: 10631.

HSL color Cylindrical-coordinate representation of color #872900: hue angle of 18.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #872900 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB135410-
CMYK00.7010.47
HSL18.22º100%26.47%-
HSV(B)18.22º100%52.94%-
XYZ10.786.740.73-
YUV64.4391.64178.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 76.70%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.70%
G=23.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13541000.7010.4718.2210026.47
Hex87290046642F12641a
Octal2075100106144572214432
Binary10000111101001001000110110010010111110010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872900; }

 p { color: rgb(135,41,0); }

 H1.HeaderClassName
 {
   color: #872900;
 }
 .AnyTagClassName
 {
   color: #872900;
 }
</style>
background-color css

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

 a { background-color: rgb(135,41,0); }

 div.DivClassName
 {
   background-color: #872900;
 }
 .BgClassName
 {
   background-color: #872900;
 }
</style>
border-color css

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

 span { border-color: rgb(135,41,0); }

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