#872800

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

Shades of Saddle Brown #872800

Tints of Saddle Brown #872800

Color information

#872800 (or 0x872800) is unknown color: approx Saddle Brown. HEX triplet: 87, 28 and 00. RGB value is (135,40,0). Sum of RGB (Red+Green+Blue) = 135+40+0=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #872800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872800 is #78D7FF. Grayscale: #404040. Windows color (decimal): -7919616 or 10375. OLE color: 10375.

HSL color Cylindrical-coordinate representation of color #872800: hue angle of 17.78º 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 #872800 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB135400-
CMYK00.7010.47
HSL17.78º100%26.47%-
HSV(B)17.78º100%52.94%-
XYZ10.756.670.72-
YUV63.8491.97178.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 77.14%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.14%
G=22.86%
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
Decimal13540000.7010.4717.7810026.47
Hex87280046642F12641a
Octal2075000106144572214432
Binary10000111101000001000110110010010111110010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872800; }

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

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

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

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

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

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

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

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