Html Css Color HEX #8C5828 Afghan Tan

📋 copy color: '#8C5828'

red 140 ◦ green 88 ◦ blue 40

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

Shades of Afghan Tan #8C5828

Tints of Afghan Tan #8C5828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.84%

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

R = 52.24%
G = 32.84%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C5828 (or 0x8C5828) is known color: Afghan Tan. HEX triplet: 8C, 58 and 28. RGB value is (140,88,40). Sum of RGB (Red+Green+Blue) = 140+88+40=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5828 is #73A7D7. Grayscale: #626262. Windows color (decimal): -7579608 or 2644108. OLE color: 2644108.

HSL color Cylindrical-coordinate representation of color #8C5828: hue angle of 28.8º 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 #8C5828 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 88 40 -
CMYK 0 0.37 0.71 0.45
HSL 28.8º 0.56% 0.35% -
HSV(B) 28.8º 0.71% 0.55% -
XYZ 14.69 12.71 3.69 -
YUV 98.08 95.23 157.9 -
System Red Green Blue C M Y K H S L
Decimal 140 88 40 0 0.37 0.71 0.45 28.8 0.56 0.35
Hex 8C 58 28 0 25 47 2D 1D 38 23
Octal 214 130 50 0 45 107 55 35 70 43
Binary 10001100 1011000 101000 0 100101 1000111 101101 11101 111000 100011

Color Harmonies of #8C5828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5828

Black with #8C5828

Text Example


Text Example

White with #8C5828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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