#8F5114

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

Shades of Saddle Brown #8F5114

Tints of Saddle Brown #8F5114

Color information

#8F5114 (or 0x8F5114) is unknown color: approx Saddle Brown. HEX triplet: 8F, 51 and 14. RGB value is (143,81,20). Sum of RGB (Red+Green+Blue) = 143+81+20=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5114 is #70AEEB. Grayscale: #5C5C5C. Windows color (decimal): -7384812 or 1331599. OLE color: 1331599.

HSL color Cylindrical-coordinate representation of color #8F5114: hue angle of 29.76º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F5114 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB1438120-
CMYK00.430.860.44
HSL29.76º75.46%31.96%-
HSV(B)29.76º86.01%56.08%-
XYZ14.411.782.18-
YUV92.5887.04163.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 58.61%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 20 (8.20% from 255) = 8.20%
R=58.61%
G=33.20%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143812000.430.860.4429.7675.4631.96
Hex8F511402B562C1e4b20
Octal21712124053126543611340
Binary1000111110100011010001010111010110101100111101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,81,20); }

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

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

 a { background-color: rgb(143,81,20); }

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

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

 span { border-color: rgb(143,81,20); }

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