#8F4710

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

Shades of Saddle Brown #8F4710

Tints of Saddle Brown #8F4710

Color information

#8F4710 (or 0x8F4710) is unknown color: approx Saddle Brown. HEX triplet: 8F, 47 and 10. RGB value is (143,71,16). Sum of RGB (Red+Green+Blue) = 143+71+16=230 (30% of max value = 765). Red value is 143 (56.25% from 255 or 62.17% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4710 is #70B8EF. Grayscale: #565656. Windows color (decimal): -7387376 or 1066895. OLE color: 1066895.

HSL color Cylindrical-coordinate representation of color #8F4710: hue angle of 25.98º 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 #8F4710 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB1437116-
CMYK00.500.890.44
HSL25.98º79.87%31.18%-
HSV(B)25.98º88.81%56.08%-
XYZ13.6710.381.77-
YUV86.2688.35168.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 62.17%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 16 (6.64% from 255) = 6.96%
R=62.17%
G=30.87%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143711600.500.890.4425.9879.8731.18
Hex8F4710032592C1a501f
Octal21710720062131543212037
Binary100011111000111100000110010101100110110011010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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