Html Css Color HEX #8C5728 Afghan Tan

📋 copy color: '#8C5728'

red 140 ◦ green 87 ◦ blue 40

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

Shades of Afghan Tan #8C5728

Tints of Afghan Tan #8C5728

RGB

 RED value IS 140 (55.08% from 255) = 52.43%

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

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

R = 52.43%
G = 32.58%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C5728 (or 0x8C5728) is known color: Afghan Tan. HEX triplet: 8C, 57 and 28. RGB value is (140,87,40). Sum of RGB (Red+Green+Blue) = 140+87+40=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5728 is #73A8D7. Grayscale: #616161. Windows color (decimal): -7579864 or 2643852. OLE color: 2643852.

HSL color Cylindrical-coordinate representation of color #8C5728: hue angle of 28.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C5728 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 87 40 -
CMYK 0 0.38 0.71 0.45
HSL 28.2º 0.56% 0.35% -
HSV(B) 28.2º 0.71% 0.55% -
XYZ 14.61 12.55 3.66 -
YUV 97.49 95.56 158.32 -
System Red Green Blue C M Y K H S L
Decimal 140 87 40 0 0.38 0.71 0.45 28.2 0.56 0.35
Hex 8C 57 28 0 26 47 2D 1C 38 23
Octal 214 127 50 0 46 107 55 34 70 43
Binary 10001100 1010111 101000 0 100110 1000111 101101 11100 111000 100011

Color Harmonies of #8C5728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5728

Black with #8C5728

Text Example


Text Example

White with #8C5728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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