#8F4E10

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

Shades of Saddle Brown #8F4E10

Tints of Saddle Brown #8F4E10

Color information

#8F4E10 (or 0x8F4E10) is unknown color: approx Saddle Brown. HEX triplet: 8F, 4E and 10. RGB value is (143,78,16). Sum of RGB (Red+Green+Blue) = 143+78+16=237 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.34% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F4E10 is #70B1EF. Grayscale: #5A5A5A. Windows color (decimal): -7385584 or 1068687. OLE color: 1068687.

HSL color Cylindrical-coordinate representation of color #8F4E10: hue angle of 29.29º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F4E10 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB1437816-
CMYK00.450.890.44
HSL29.29º79.87%31.18%-
HSV(B)29.29º88.81%56.08%-
XYZ14.1511.331.93-
YUV90.3786.03165.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.34%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=60.34%
G=32.91%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143781600.450.890.4429.2979.8731.18
Hex8F4E1002D592C1d501f
Octal21711620055131543512037
Binary100011111001110100000101101101100110110011101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,78,16); }

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

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

 a { background-color: rgb(143,78,16); }

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

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

 span { border-color: rgb(143,78,16); }

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