#872E02

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

Shades of Saddle Brown #872E02

Tints of Saddle Brown #872E02

Color information

#872E02 (or 0x872E02) is unknown color: approx Saddle Brown. HEX triplet: 87, 2E and 02. RGB value is (135,46,2). Sum of RGB (Red+Green+Blue) = 135+46+2=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #872E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872E02 is #78D1FD. Grayscale: #434343. Windows color (decimal): -7918078 or 142983. OLE color: 142983.

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

Color convert

RGB135462-
CMYK00.660.990.47
HSL19.85º97.08%26.86%-
HSV(B)19.85º98.52%52.94%-
XYZ10.987.110.85-
YUV67.5990.99176.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 73.77%
GREEN value IS 46 (18.36% from 255) = 25.14%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=73.77%
G=25.14%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13546200.660.990.4719.8597.0826.86
Hex872E2042632F14611b
Octal2075620102143572414133
Binary100001111011101001000010110001110111110100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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