Html Css Color HEX #8F5420 Afghan Tan

📋 copy color: '#8F5420'

red 143 ◦ green 84 ◦ blue 32

#8F5420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Afghan Tan #8F5420

Tints of Afghan Tan #8F5420

RGB

 RED value IS 143 (56.25% from 255) = 55.21%

 GREEN value IS 84 (33.2% from 255) = 32.43%

 BLUE value IS 32 (12.89% from 255) = 12.36%

R = 55.21%
G = 32.43%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8F5420 (or 0x8F5420) is known color: Afghan Tan. HEX triplet: 8F, 54 and 20. RGB value is (143,84,32). Sum of RGB (Red+Green+Blue) = 143+84+32=259 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.21% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5420 is #70ABDF. Grayscale: #5F5F5F. Windows color (decimal): -7384032 or 2118799. OLE color: 2118799.

HSL color Cylindrical-coordinate representation of color #8F5420: hue angle of 28.11º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F5420 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 84 32 -
CMYK 0 0.41 0.78 0.44
HSL 28.11º 0.63% 0.34% -
HSV(B) 28.11º 0.78% 0.56% -
XYZ 14.76 12.28 2.96 -
YUV 95.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 143 84 32 0 0.41 0.78 0.44 28.11 0.63 0.34
Hex 8F 54 20 0 29 4E 2C 1C 3F 22
Octal 217 124 40 0 51 116 54 34 77 42
Binary 10001111 1010100 100000 0 101001 1001110 101100 11100 111111 100010

Color Harmonies of #8F5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5420

Black with #8F5420

Text Example


Text Example

White with #8F5420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F5420;
 }
 .AnyTagClassName
 {
   color: #8F5420;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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