Html Css Color HEX #8F5E22 Afghan Tan

📋 copy color: '#8F5E22'

red 143 ◦ green 94 ◦ blue 34

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

Shades of Afghan Tan #8F5E22

Tints of Afghan Tan #8F5E22

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.69%

 BLUE value IS 34 (13.67% from 255) = 12.55%

R = 52.77%
G = 34.69%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#8F5E22 (or 0x8F5E22) is known color: Afghan Tan. HEX triplet: 8F, 5E and 22. RGB value is (143,94,34). Sum of RGB (Red+Green+Blue) = 143+94+34=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5E22 is #70A1DD. Grayscale: #666666. Windows color (decimal): -7381470 or 2252431. OLE color: 2252431.

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

Color convert

RGB 143 94 34 -
CMYK 0 0.34 0.76 0.44
HSL 33.03º 0.62% 0.35% -
HSV(B) 33.03º 0.76% 0.56% -
XYZ 15.62 13.96 3.38 -
YUV 101.81 89.73 157.38 -
System Red Green Blue C M Y K H S L
Decimal 143 94 34 0 0.34 0.76 0.44 33.03 0.62 0.35
Hex 8F 5E 22 0 22 4C 2C 21 3E 23
Octal 217 136 42 0 42 114 54 41 76 43
Binary 10001111 1011110 100010 0 100010 1001100 101100 100001 111110 100011

Color Harmonies of #8F5E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5E22

Black with #8F5E22

Text Example


Text Example

White with #8F5E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,94,34); }

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

background-color css

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

 a { background-color: rgb(143,94,34); }

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

border-color css

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

 span { border-color: rgb(143,94,34); }

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