Html Css Color HEX #8F5628 Afghan Tan

📋 copy color: '#8F5628'

red 143 ◦ green 86 ◦ blue 40

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

Shades of Afghan Tan #8F5628

Tints of Afghan Tan #8F5628

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.97%

 BLUE value IS 40 (16.02% from 255) = 14.87%

R = 53.16%
G = 31.97%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#8F5628 (or 0x8F5628) is known color: Afghan Tan. HEX triplet: 8F, 56 and 28. RGB value is (143,86,40). Sum of RGB (Red+Green+Blue) = 143+86+40=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5628 is #70A9D7. Grayscale: #626262. Windows color (decimal): -7383512 or 2643599. OLE color: 2643599.

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

Color convert

RGB 143 86 40 -
CMYK 0 0.40 0.72 0.44
HSL 26.8º 0.56% 0.36% -
HSV(B) 26.8º 0.72% 0.56% -
XYZ 15.04 12.65 3.66 -
YUV 97.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 143 86 40 0 0.40 0.72 0.44 26.8 0.56 0.36
Hex 8F 56 28 0 28 48 2C 1B 38 24
Octal 217 126 50 0 50 110 54 33 70 44
Binary 10001111 1010110 101000 0 101000 1001000 101100 11011 111000 100100

Color Harmonies of #8F5628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5628

Black with #8F5628

Text Example


Text Example

White with #8F5628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,86,40); }

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

background-color css

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

 a { background-color: rgb(143,86,40); }

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

border-color css

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

 span { border-color: rgb(143,86,40); }

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