#8F3101

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

Shades of Saddle Brown #8F3101

Tints of Saddle Brown #8F3101

Color information

#8F3101 (or 0x8F3101) is unknown color: approx Saddle Brown. HEX triplet: 8F, 31 and 01. RGB value is (143,49,1). Sum of RGB (Red+Green+Blue) = 143+49+1=193 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.09% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F3101 is #70CEFE. Grayscale: #474747. Windows color (decimal): -7393023 or 78223. OLE color: 78223.

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

Color convert

RGB143491-
CMYK00.660.990.44
HSL20.28º98.61%28.24%-
HSV(B)20.28º99.3%56.08%-
XYZ12.438.040.93-
YUV71.6388.14178.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 74.09%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=74.09%
G=25.39%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14349100.660.990.4420.2898.6128.24
Hex8F311042632C14631c
Octal2176110102143542414334
Binary10001111110001101000010110001110110010100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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