#8C3816

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

Shades of Saddle Brown #8C3816

Tints of Saddle Brown #8C3816

Color information

#8C3816 (or 0x8C3816) is unknown color: approx Saddle Brown. HEX triplet: 8C, 38 and 16. RGB value is (140,56,22). Sum of RGB (Red+Green+Blue) = 140+56+22=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3816 is #73C7E9. Grayscale: #4D4D4D. Windows color (decimal): -7587818 or 1456268. OLE color: 1456268.

HSL color Cylindrical-coordinate representation of color #8C3816: hue angle of 17.29º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C3816 is Cyan = 0, Magento = 0.6, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1405622-
CMYK00.60.840.45
HSL17.29º72.84%31.76%-
HSV(B)17.29º84.29%54.9%-
XYZ12.378.461.74-
YUV77.2496.83172.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 64.22%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 22 (8.98% from 255) = 10.09%
R=64.22%
G=25.69%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140562200.60.840.4517.2972.8431.76
Hex8C381603C542D114920
Octal2147026074124552111140
Binary100011001110001011001111001010100101101100011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,56,22); }

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

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

 a { background-color: rgb(140,56,22); }

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

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

 span { border-color: rgb(140,56,22); }

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