Html Css Color HEX #8F5A27 Afghan Tan

📋 copy color: '#8F5A27'

red 143 ◦ green 90 ◦ blue 39

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

Shades of Afghan Tan #8F5A27

Tints of Afghan Tan #8F5A27

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

 BLUE value IS 39 (15.63% from 255) = 14.34%

R = 52.57%
G = 33.09%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8F5A27 (or 0x8F5A27) is known color: Afghan Tan. HEX triplet: 8F, 5A and 27. RGB value is (143,90,39). Sum of RGB (Red+Green+Blue) = 143+90+39=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5A27 is #70A5D8. Grayscale: #646464. Windows color (decimal): -7382489 or 2579087. OLE color: 2579087.

HSL color Cylindrical-coordinate representation of color #8F5A27: hue angle of 29.42º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F5A27 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 90 39 -
CMYK 0 0.37 0.73 0.44
HSL 29.42º 0.57% 0.36% -
HSV(B) 29.42º 0.73% 0.56% -
XYZ 15.35 13.3 3.68 -
YUV 100.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 143 90 39 0 0.37 0.73 0.44 29.42 0.57 0.36
Hex 8F 5A 27 0 25 49 2C 1D 39 24
Octal 217 132 47 0 45 111 54 35 71 44
Binary 10001111 1011010 100111 0 100101 1001001 101100 11101 111001 100100

Color Harmonies of #8F5A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5A27

Black with #8F5A27

Text Example


Text Example

White with #8F5A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,90,39); }

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

background-color css

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

 a { background-color: rgb(143,90,39); }

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

border-color css

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

 span { border-color: rgb(143,90,39); }

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