#8C4113

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

Shades of Saddle Brown #8C4113

Tints of Saddle Brown #8C4113

Color information

#8C4113 (or 0x8C4113) is unknown color: approx Saddle Brown. HEX triplet: 8C, 41 and 13. RGB value is (140,65,19). Sum of RGB (Red+Green+Blue) = 140+65+19=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4113 is #73BEEC. Grayscale: #525252. Windows color (decimal): -7585517 or 1261964. OLE color: 1261964.

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

Color convert

RGB1406519-
CMYK00.540.860.45
HSL22.81º76.1%31.18%-
HSV(B)22.81º86.43%54.9%-
XYZ12.829.41.76-
YUV82.1892.35169.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.5%
GREEN value IS 65 (25.78% from 255) = 29.02%
BLUE value IS 19 (7.81% from 255) = 8.48%
R=62.5%
G=29.02%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140651900.540.860.4522.8176.131.18
Hex8C4113036562D174c1f
Octal21410123066126552711437
Binary100011001000001100110110110101011010110110111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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