#872C01

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

Shades of Saddle Brown #872C01

Tints of Saddle Brown #872C01

Color information

#872C01 (or 0x872C01) is unknown color: approx Saddle Brown. HEX triplet: 87, 2C and 01. RGB value is (135,44,1). Sum of RGB (Red+Green+Blue) = 135+44+1=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #872C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872C01 is #78D3FE. Grayscale: #424242. Windows color (decimal): -7918591 or 76935. OLE color: 76935.

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

Color convert

RGB135441-
CMYK00.670.990.47
HSL19.25º98.53%26.67%-
HSV(B)19.25º99.26%52.94%-
XYZ10.96.950.8-
YUV66.3191.15177-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75%
GREEN value IS 44 (17.58% from 255) = 24.44%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=75%
G=24.44%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13544100.670.990.4719.2598.5326.67
Hex872C1043632F13631b
Octal2075410103143572314333
Binary10000111101100101000011110001110111110011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,44,1); }

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

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

 a { background-color: rgb(135,44,1); }

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

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

 span { border-color: rgb(135,44,1); }

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