#8C2902

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

Shades of Saddle Brown #8C2902

Tints of Saddle Brown #8C2902

Color information

#8C2902 (or 0x8C2902) is unknown color: approx Saddle Brown. HEX triplet: 8C, 29 and 02. RGB value is (140,41,2). Sum of RGB (Red+Green+Blue) = 140+41+2=183 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.50% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2902 is #73D6FD. Grayscale: #424242. Windows color (decimal): -7591678 or 141708. OLE color: 141708.

HSL color Cylindrical-coordinate representation of color #8C2902: hue angle of 16.96º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C2902 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB140412-
CMYK00.710.990.45
HSL16.96º97.18%27.84%-
HSV(B)16.96º98.57%54.9%-
XYZ11.627.170.83-
YUV66.1591.8180.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 76.50%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=76.50%
G=22.40%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14041200.710.990.4516.9697.1827.84
Hex8C292047632D11611c
Octal2145120107143552114134
Binary100011001010011001000111110001110110110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C2902; }

 p { color: rgb(140,41,2); }

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

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

 a { background-color: rgb(140,41,2); }

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

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

 span { border-color: rgb(140,41,2); }

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