#8C4E05

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

Shades of Saddle Brown #8C4E05

Tints of Saddle Brown #8C4E05

Color information

#8C4E05 (or 0x8C4E05) is unknown color: approx Saddle Brown. HEX triplet: 8C, 4E and 05. RGB value is (140,78,5). Sum of RGB (Red+Green+Blue) = 140+78+5=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C4E05 is #73B1FA. Grayscale: #585858. Windows color (decimal): -7582203 or 347788. OLE color: 347788.

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

Color convert

RGB140785-
CMYK00.440.960.45
HSL32.44º93.1%28.43%-
HSV(B)32.44º96.43%54.9%-
XYZ13.5711.041.56-
YUV88.2281.04164.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.78%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 5 (2.34% from 255) = 2.24%
R=62.78%
G=34.98%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14078500.440.960.4532.4493.128.43
Hex8C4E502C602D205d1c
Octal2141165054140554013534
Binary10001100100111010101011001100000101101100000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,78,5); }

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

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

 a { background-color: rgb(140,78,5); }

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

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

 span { border-color: rgb(140,78,5); }

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