#8F3100

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

Shades of Saddle Brown #8F3100

Tints of Saddle Brown #8F3100

Color information

#8F3100 (or 0x8F3100) is unknown color: approx Saddle Brown. HEX triplet: 8F, 31 and 00. RGB value is (143,49,0). Sum of RGB (Red+Green+Blue) = 143+49+0=192 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.48% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3100 is #70CEFF. Grayscale: #474747. Windows color (decimal): -7393024 or 12687. OLE color: 12687.

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

Color convert

RGB143490-
CMYK00.6610.44
HSL20.56º100%28.04%-
HSV(B)20.56º100%56.08%-
XYZ12.438.040.9-
YUV71.5287.64178.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 74.48%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.48%
G=25.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14349000.6610.4420.5610028.04
Hex8F310042642C15641c
Octal2176100102144542514434
Binary10001111110001001000010110010010110010101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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