#8C550E

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

Shades of Saddle Brown #8C550E

Tints of Saddle Brown #8C550E

Color information

#8C550E (or 0x8C550E) is unknown color: approx Saddle Brown. HEX triplet: 8C, 55 and 0E. RGB value is (140,85,14). Sum of RGB (Red+Green+Blue) = 140+85+14=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C550E is #73AAF1. Grayscale: #5D5D5D. Windows color (decimal): -7580402 or 939404. OLE color: 939404.

HSL color Cylindrical-coordinate representation of color #8C550E: hue angle of 33.81º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C550E is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB1408514-
CMYK00.390.900.45
HSL33.81º81.82%30.2%-
HSV(B)33.81º90%54.9%-
XYZ14.1412.12.01-
YUV93.3583.22161.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.58%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 14 (5.86% from 255) = 5.86%
R=58.58%
G=35.56%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140851400.390.900.4533.8181.8230.2
Hex8C55E0275A2D22521e
Octal21412516047132554212236
Binary100011001010101111001001111011010101101100010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,85,14); }

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

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

 a { background-color: rgb(140,85,14); }

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

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

 span { border-color: rgb(140,85,14); }

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