#8C4F14

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

Shades of Saddle Brown #8C4F14

Tints of Saddle Brown #8C4F14

Color information

#8C4F14 (or 0x8C4F14) is unknown color: approx Saddle Brown. HEX triplet: 8C, 4F and 14. RGB value is (140,79,20). Sum of RGB (Red+Green+Blue) = 140+79+20=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C4F14 is #73B0EB. Grayscale: #5A5A5A. Windows color (decimal): -7581932 or 1331084. OLE color: 1331084.

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

Color convert

RGB1407920-
CMYK00.440.860.45
HSL29.5º75%31.37%-
HSV(B)29.5º85.71%54.9%-
XYZ13.7411.222.1-
YUV90.5188.21163.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.58%
GREEN value IS 79 (31.25% from 255) = 33.05%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=58.58%
G=33.05%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140792000.440.860.4529.57531.37
Hex8C4F1402C562D1e4b1f
Octal21411724054126553611337
Binary100011001001111101000101100101011010110111110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,79,20); }

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

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

 a { background-color: rgb(140,79,20); }

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

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

 span { border-color: rgb(140,79,20); }

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