#8F320E

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

Shades of Saddle Brown #8F320E

Tints of Saddle Brown #8F320E

Color information

#8F320E (or 0x8F320E) is unknown color: approx Saddle Brown. HEX triplet: 8F, 32 and 0E. RGB value is (143,50,14). Sum of RGB (Red+Green+Blue) = 143+50+14=207 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.08% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 143 - color contains mainly: red. Hex color #8F320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F320E is #70CDF1. Grayscale: #494949. Windows color (decimal): -7392754 or 930447. OLE color: 930447.

HSL color Cylindrical-coordinate representation of color #8F320E: hue angle of 16.74º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F320E is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1435014-
CMYK00.650.900.44
HSL16.74º82.17%30.78%-
HSV(B)16.74º90.21%56.08%-
XYZ12.558.151.33-
YUV73.794.31177.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 69.08%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=69.08%
G=24.15%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143501400.650.900.4416.7482.1730.78
Hex8F32E0415A2C11521f
Octal21762160101132542112237
Binary10001111110010111001000001101101010110010001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,50,14); }

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

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

 a { background-color: rgb(143,50,14); }

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

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

 span { border-color: rgb(143,50,14); }

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