#8C4002

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

Shades of Saddle Brown #8C4002

Tints of Saddle Brown #8C4002

Color information

#8C4002 (or 0x8C4002) is unknown color: approx Saddle Brown. HEX triplet: 8C, 40 and 02. RGB value is (140,64,2). Sum of RGB (Red+Green+Blue) = 140+64+2=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4002 is #73BFFD. Grayscale: #4F4F4F. Windows color (decimal): -7585790 or 147596. OLE color: 147596.

HSL color Cylindrical-coordinate representation of color #8C4002: hue angle of 26.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 #8C4002 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB140642-
CMYK00.540.990.45
HSL26.96º97.18%27.84%-
HSV(B)26.96º98.57%54.9%-
XYZ12.669.251.17-
YUV79.6684.18171.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 67.96%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=67.96%
G=31.07%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14064200.540.990.4526.9697.1827.84
Hex8C402036632D1b611c
Octal2141002066143553314134
Binary100011001000000100110110110001110110111011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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