Html Css Color HEX #8E531A Afghan Tan

📋 copy color: '#8E531A'

red 142 ◦ green 83 ◦ blue 26

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

Shades of Afghan Tan #8E531A

Tints of Afghan Tan #8E531A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 56.57%
G = 33.07%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E531A (or 0x8E531A) is known color: Afghan Tan. HEX triplet: 8E, 53 and 1A. RGB value is (142,83,26). Sum of RGB (Red+Green+Blue) = 142+83+26=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E531A is #71ACE5. Grayscale: #5E5E5E. Windows color (decimal): -7449830 or 1725326. OLE color: 1725326.

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

Color convert

RGB 142 83 26 -
CMYK 0 0.42 0.82 0.44
HSL 29.48º 0.69% 0.33% -
HSV(B) 29.48º 0.82% 0.56% -
XYZ 14.44 12.01 2.53 -
YUV 94.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 142 83 26 0 0.42 0.82 0.44 29.48 0.69 0.33
Hex 8E 53 1A 0 2A 52 2C 1D 45 21
Octal 216 123 32 0 52 122 54 35 105 41
Binary 10001110 1010011 11010 0 101010 1010010 101100 11101 1000101 100001

Color Harmonies of #8E531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E531A

Black with #8E531A

Text Example


Text Example

White with #8E531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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