#8F3900

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

Shades of Saddle Brown #8F3900

Tints of Saddle Brown #8F3900

Color information

#8F3900 (or 0x8F3900) is unknown color: approx Saddle Brown. HEX triplet: 8F, 39 and 00. RGB value is (143,57,0). Sum of RGB (Red+Green+Blue) = 143+57+0=200 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3900 is #70C6FF. Grayscale: #4C4C4C. Windows color (decimal): -7390976 or 14735. OLE color: 14735.

HSL color Cylindrical-coordinate representation of color #8F3900: hue angle of 23.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F3900 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB143570-
CMYK00.6010.44
HSL23.92º100%28.04%-
HSV(B)23.92º100%56.08%-
XYZ12.798.771.02-
YUV76.2284.99175.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 71.5%
GREEN value IS 57 (22.66% from 255) = 28.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.5%
G=28.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14357000.6010.4423.9210028.04
Hex8F39003C642C18641c
Octal217710074144543014434
Binary1000111111100100111100110010010110011000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,57,0); }

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

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

 a { background-color: rgb(143,57,0); }

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

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

 span { border-color: rgb(143,57,0); }

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