#8c5104

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

Shades of Saddle Brown #8C5104

Tints of Saddle Brown #8C5104

Color information

#8C5104 (or 0x8C5104) is unknown color: approx Saddle Brown. HEX triplet: 8C, 51 and 04. RGB value is (140,81,4). Sum of RGB (Red+Green+Blue) = 140+81+4=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5104 is #73AEFB. Grayscale: #5A5A5A. Windows color (decimal): -7581436 or 283020. OLE color: 283020.

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

Color convert

RGB140814-
CMYK00.420.970.45
HSL33.97º94.44%28.24%-
HSV(B)33.97º97.14%54.9%-
XYZ13.7811.471.6-
YUV89.8679.55163.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.22%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 4 (1.95% from 255) = 1.78%
R=62.22%
G=36%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14081400.420.970.4533.9794.4428.24
Hex8C51402A612D225e1c
Octal2141214052141554213634
Binary10001100101000110001010101100001101101100010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c5104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,81,4); }

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

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

 a { background-color: rgb(140,81,4); }

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

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

 span { border-color: rgb(140,81,4); }

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