#872E00

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

Shades of Saddle Brown #872E00

Tints of Saddle Brown #872E00

Color information

#872E00 (or 0x872E00) is unknown color: approx Saddle Brown. HEX triplet: 87, 2E and 00. RGB value is (135,46,0). Sum of RGB (Red+Green+Blue) = 135+46+0=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #872E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872E00 is #78D1FF. Grayscale: #434343. Windows color (decimal): -7918080 or 11911. OLE color: 11911.

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

Color convert

RGB135460-
CMYK00.6610.47
HSL20.44º100%26.47%-
HSV(B)20.44º100%52.94%-
XYZ10.977.10.79-
YUV67.3789.99176.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 74.59%
GREEN value IS 46 (18.36% from 255) = 25.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.59%
G=25.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13546000.6610.4720.4410026.47
Hex872E0042642F14641a
Octal2075600102144572414432
Binary10000111101110001000010110010010111110100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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