Html Css Color HEX #8F5728 Afghan Tan

📋 copy color: '#8F5728'

red 143 ◦ green 87 ◦ blue 40

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

Shades of Afghan Tan #8F5728

Tints of Afghan Tan #8F5728

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

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

R = 52.96%
G = 32.22%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#8F5728 (or 0x8F5728) is known color: Afghan Tan. HEX triplet: 8F, 57 and 28. RGB value is (143,87,40). Sum of RGB (Red+Green+Blue) = 143+87+40=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5728 is #70A8D7. Grayscale: #626262. Windows color (decimal): -7383256 or 2643855. OLE color: 2643855.

HSL color Cylindrical-coordinate representation of color #8F5728: hue angle of 27.38º 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 #8F5728 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 87 40 -
CMYK 0 0.39 0.72 0.44
HSL 27.38º 0.56% 0.36% -
HSV(B) 27.38º 0.72% 0.56% -
XYZ 15.12 12.81 3.68 -
YUV 98.39 95.05 159.82 -
System Red Green Blue C M Y K H S L
Decimal 143 87 40 0 0.39 0.72 0.44 27.38 0.56 0.36
Hex 8F 57 28 0 27 48 2C 1B 38 24
Octal 217 127 50 0 47 110 54 33 70 44
Binary 10001111 1010111 101000 0 100111 1001000 101100 11011 111000 100100

Color Harmonies of #8F5728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5728

Black with #8F5728

Text Example


Text Example

White with #8F5728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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