#8F4A1C

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

Shades of Saddle Brown #8F4A1C

Tints of Saddle Brown #8F4A1C

Color information

#8F4A1C (or 0x8F4A1C) is unknown color: approx Saddle Brown. HEX triplet: 8F, 4A and 1C. RGB value is (143,74,28). Sum of RGB (Red+Green+Blue) = 143+74+28=245 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.37% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4A1C is #70B5E3. Grayscale: #595959. Windows color (decimal): -7386596 or 1854095. OLE color: 1854095.

HSL color Cylindrical-coordinate representation of color #8F4A1C: hue angle of 24º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F4A1C is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB1437428-
CMYK00.480.800.44
HSL24º67.25%33.53%-
HSV(B)24º80.42%56.08%-
XYZ13.9910.822.45-
YUV89.3993.36166.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 58.37%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 28 (11.33% from 255) = 11.43%
R=58.37%
G=30.20%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143742800.480.800.442467.2533.53
Hex8F4A1C030502C184322
Octal21711234060120543010342
Binary1000111110010101110001100001010000101100110001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,74,28); }

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

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

 a { background-color: rgb(143,74,28); }

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

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

 span { border-color: rgb(143,74,28); }

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