#8F471B

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

Shades of Saddle Brown #8F471B

Tints of Saddle Brown #8F471B

Color information

#8F471B (or 0x8F471B) is unknown color: approx Saddle Brown. HEX triplet: 8F, 47 and 1B. RGB value is (143,71,27). Sum of RGB (Red+Green+Blue) = 143+71+27=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F471B is #70B8E4. Grayscale: #575757. Windows color (decimal): -7387365 or 1787791. OLE color: 1787791.

HSL color Cylindrical-coordinate representation of color #8F471B: hue angle of 22.76º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F471B is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1437127-
CMYK00.500.810.44
HSL22.76º68.24%33.33%-
HSV(B)22.76º81.12%56.08%-
XYZ13.7810.432.32-
YUV87.5193.85167.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.34%
GREEN value IS 71 (28.12% from 255) = 29.46%
BLUE value IS 27 (10.94% from 255) = 11.20%
R=59.34%
G=29.46%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143712700.500.810.4422.7668.2433.33
Hex8F471B032512C174421
Octal21710733062121542710441
Binary1000111110001111101101100101010001101100101111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,71,27); }

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

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

 a { background-color: rgb(143,71,27); }

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

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

 span { border-color: rgb(143,71,27); }

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