Html Css Color HEX #8E5324 Afghan Tan

📋 copy color: '#8E5324'

red 142 ◦ green 83 ◦ blue 36

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

Shades of Afghan Tan #8E5324

Tints of Afghan Tan #8E5324

RGB

 RED value IS 142 (55.86% from 255) = 54.41%

 GREEN value IS 83 (32.81% from 255) = 31.8%

 BLUE value IS 36 (14.45% from 255) = 13.79%

R = 54.41%
G = 31.8%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8E5324 (or 0x8E5324) is known color: Afghan Tan. HEX triplet: 8E, 53 and 24. RGB value is (142,83,36). Sum of RGB (Red+Green+Blue) = 142+83+36=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5324 is #71ACDB. Grayscale: #5F5F5F. Windows color (decimal): -7449820 or 2380686. OLE color: 2380686.

HSL color Cylindrical-coordinate representation of color #8E5324: hue angle of 26.6º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E5324 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 83 36 -
CMYK 0 0.42 0.75 0.44
HSL 26.6º 0.6% 0.35% -
HSV(B) 26.6º 0.75% 0.56% -
XYZ 14.57 12.06 3.23 -
YUV 95.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 142 83 36 0 0.42 0.75 0.44 26.6 0.6 0.35
Hex 8E 53 24 0 2A 4B 2C 1B 3C 23
Octal 216 123 44 0 52 113 54 33 74 43
Binary 10001110 1010011 100100 0 101010 1001011 101100 11011 111100 100011

Color Harmonies of #8E5324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5324

Black with #8E5324

Text Example


Text Example

White with #8E5324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,83,36); }

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

background-color css

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

 a { background-color: rgb(142,83,36); }

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

border-color css

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

 span { border-color: rgb(142,83,36); }

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