#8C4C01

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

Shades of Saddle Brown #8C4C01

Tints of Saddle Brown #8C4C01

Color information

#8C4C01 (or 0x8C4C01) is unknown color: approx Saddle Brown. HEX triplet: 8C, 4C and 01. RGB value is (140,76,1). Sum of RGB (Red+Green+Blue) = 140+76+1=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4C01 is #73B3FE. Grayscale: #565656. Windows color (decimal): -7582719 or 85132. OLE color: 85132.

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

Color convert

RGB140761-
CMYK00.460.990.45
HSL32.37º98.58%27.65%-
HSV(B)32.37º99.29%54.9%-
XYZ13.4110.751.4-
YUV86.5979.7166.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 64.52%
GREEN value IS 76 (30.08% from 255) = 35.02%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=64.52%
G=35.02%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14076100.460.990.4532.3798.5827.65
Hex8C4C102E632D20631c
Octal2141141056143554014334
Binary100011001001100101011101100011101101100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,76,1); }

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

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

 a { background-color: rgb(140,76,1); }

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

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

 span { border-color: rgb(140,76,1); }

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