#8F2C04

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

Shades of Saddle Brown #8F2C04

Tints of Saddle Brown #8F2C04

Color information

#8F2C04 (or 0x8F2C04) is unknown color: approx Saddle Brown. HEX triplet: 8F, 2C and 04. RGB value is (143,44,4). Sum of RGB (Red+Green+Blue) = 143+44+4=191 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.87% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2C04 is #70D3FB. Grayscale: #454545. Windows color (decimal): -7394300 or 273551. OLE color: 273551.

HSL color Cylindrical-coordinate representation of color #8F2C04: hue angle of 17.27º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F2C04 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB143444-
CMYK00.690.970.44
HSL17.27º94.56%28.82%-
HSV(B)17.27º97.2%56.08%-
XYZ12.257.650.95-
YUV69.0491.3180.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 74.87%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 4 (1.95% from 255) = 2.09%
R=74.87%
G=23.04%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14344400.690.970.4417.2794.5628.82
Hex8F2C4045612C115f1d
Octal2175440105141542113735
Binary1000111110110010001000101110000110110010001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,44,4); }

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

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

 a { background-color: rgb(143,44,4); }

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

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

 span { border-color: rgb(143,44,4); }

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