Html Css Color HEX #8F5617 Afghan Tan

📋 copy color: '#8F5617'

red 143 ◦ green 86 ◦ blue 23

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

Shades of Afghan Tan #8F5617

Tints of Afghan Tan #8F5617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.13%

R = 56.75%
G = 34.13%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.44

RGB Variations

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

Color information

#8F5617 (or 0x8F5617) is known color: Afghan Tan. HEX triplet: 8F, 56 and 17. RGB value is (143,86,23). Sum of RGB (Red+Green+Blue) = 143+86+23=252 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.75% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5617 is #70A9E8. Grayscale: #606060. Windows color (decimal): -7383529 or 1529487. OLE color: 1529487.

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

Color convert

RGB 143 86 23 -
CMYK 0 0.40 0.84 0.44
HSL 31.5º 0.72% 0.33% -
HSV(B) 31.5º 0.84% 0.56% -
XYZ 14.81 12.56 2.45 -
YUV 95.86 86.88 161.62 -
System Red Green Blue C M Y K H S L
Decimal 143 86 23 0 0.40 0.84 0.44 31.5 0.72 0.33
Hex 8F 56 17 0 28 54 2C 1F 48 21
Octal 217 126 27 0 50 124 54 37 110 41
Binary 10001111 1010110 10111 0 101000 1010100 101100 11111 1001000 100001

Color Harmonies of #8F5617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5617

Black with #8F5617

Text Example


Text Example

White with #8F5617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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