#8C4B01

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

Shades of Saddle Brown #8C4B01

Tints of Saddle Brown #8C4B01

Color information

#8C4B01 (or 0x8C4B01) is unknown color: approx Saddle Brown. HEX triplet: 8C, 4B and 01. RGB value is (140,75,1). Sum of RGB (Red+Green+Blue) = 140+75+1=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4B01 is #73B4FE. Grayscale: #565656. Windows color (decimal): -7582975 or 84876. OLE color: 84876.

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

Color convert

RGB140751-
CMYK00.460.990.45
HSL31.94º98.58%27.65%-
HSV(B)31.94º99.29%54.9%-
XYZ13.3410.611.37-
YUV8680.03166.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 64.81%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=64.81%
G=34.72%
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
Decimal14075100.460.990.4531.9498.5827.65
Hex8C4B102E632D20631c
Octal2141131056143554014334
Binary100011001001011101011101100011101101100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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