#8C5113

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

Shades of Saddle Brown #8C5113

Tints of Saddle Brown #8C5113

Color information

#8C5113 (or 0x8C5113) is unknown color: approx Saddle Brown. HEX triplet: 8C, 51 and 13. RGB value is (140,81,19). Sum of RGB (Red+Green+Blue) = 140+81+19=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5113 is #73AEEC. Grayscale: #5B5B5B. Windows color (decimal): -7581421 or 1266060. OLE color: 1266060.

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

Color convert

RGB1408119-
CMYK00.420.860.45
HSL30.74º76.1%31.18%-
HSV(B)30.74º86.43%54.9%-
XYZ13.8811.512.11-
YUV91.5787.05162.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.33%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 19 (7.81% from 255) = 7.92%
R=58.33%
G=33.75%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140811900.420.860.4530.7476.131.18
Hex8C511302A562D1f4c1f
Octal21412123052126553711437
Binary100011001010001100110101010101011010110111111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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