#8F4714

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

Shades of Saddle Brown #8F4714

Tints of Saddle Brown #8F4714

Color information

#8F4714 (or 0x8F4714) is unknown color: approx Saddle Brown. HEX triplet: 8F, 47 and 14. RGB value is (143,71,20). Sum of RGB (Red+Green+Blue) = 143+71+20=234 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.11% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F4714 is #70B8EB. Grayscale: #565656. Windows color (decimal): -7387372 or 1329039. OLE color: 1329039.

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

Color convert

RGB1437120-
CMYK00.500.860.44
HSL24.88º75.46%31.96%-
HSV(B)24.88º86.01%56.08%-
XYZ13.7110.41.95-
YUV86.7190.35168.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 61.11%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 20 (8.20% from 255) = 8.55%
R=61.11%
G=30.34%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143712000.500.860.4424.8875.4631.96
Hex8F4714032562C194b20
Octal21710724062126543111340
Binary1000111110001111010001100101010110101100110011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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