#8F541B

Color #8F541B Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #8F541B

Tints of Afghan Tan #8F541B

Color information

#8F541B (or 0x8F541B) is unknown color: approx Afghan Tan. HEX triplet: 8F, 54 and 1B. RGB value is (143,84,27). Sum of RGB (Red+Green+Blue) = 143+84+27=254 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.30% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 143 - color contains mainly: red. Hex color #8F541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F541B is #70ABE4. Grayscale: #5F5F5F. Windows color (decimal): -7384037 or 1791119. OLE color: 1791119.

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

Color convert

RGB1438427-
CMYK00.410.810.44
HSL29.48º68.24%33.33%-
HSV(B)29.48º81.12%56.08%-
XYZ14.712.262.63-
YUV95.1489.55162.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.30%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 27 (10.94% from 255) = 10.63%
R=56.30%
G=33.07%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143842700.410.810.4429.4868.2433.33
Hex8F541B029512C1d4421
Octal21712433051121543510441
Binary1000111110101001101101010011010001101100111011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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