#8F4116

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

Shades of Saddle Brown #8F4116

Tints of Saddle Brown #8F4116

Color information

#8F4116 (or 0x8F4116) is unknown color: approx Saddle Brown. HEX triplet: 8F, 41 and 16. RGB value is (143,65,22). Sum of RGB (Red+Green+Blue) = 143+65+22=230 (30% of max value = 765). Red value is 143 (56.25% from 255 or 62.17% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4116 is #70BEE9. Grayscale: #535353. Windows color (decimal): -7388906 or 1458575. OLE color: 1458575.

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

Color convert

RGB1436522-
CMYK00.550.850.44
HSL21.32º73.33%32.35%-
HSV(B)21.32º84.62%56.08%-
XYZ13.369.681.92-
YUV83.4293.34170.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 62.17%
GREEN value IS 65 (25.78% from 255) = 28.26%
BLUE value IS 22 (8.98% from 255) = 9.57%
R=62.17%
G=28.26%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143652200.550.850.4421.3273.3332.35
Hex8F4116037552C154920
Octal21710126067125542511140
Binary1000111110000011011001101111010101101100101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,65,22); }

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

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

 a { background-color: rgb(143,65,22); }

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

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

 span { border-color: rgb(143,65,22); }

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