#8F4820

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

Shades of Saddle Brown #8F4820

Tints of Saddle Brown #8F4820

Color information

#8F4820 (or 0x8F4820) is unknown color: approx Saddle Brown. HEX triplet: 8F, 48 and 20. RGB value is (143,72,32). Sum of RGB (Red+Green+Blue) = 143+72+32=247 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.89% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4820 is #70B7DF. Grayscale: #585858. Windows color (decimal): -7387104 or 2115727. OLE color: 2115727.

HSL color Cylindrical-coordinate representation of color #8F4820: hue angle of 21.62º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F4820 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB1437232-
CMYK00.500.780.44
HSL21.62º63.43%34.31%-
HSV(B)21.62º77.62%56.08%-
XYZ13.9110.582.68-
YUV88.6796.02166.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 57.89%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 32 (12.89% from 255) = 12.96%
R=57.89%
G=29.15%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143723200.500.780.4421.6263.4334.31
Hex8F48200324E2C163f22
Octal2171104006211654267742
Binary1000111110010001000000110010100111010110010110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,72,32); }

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

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

 a { background-color: rgb(143,72,32); }

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

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

 span { border-color: rgb(143,72,32); }

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