Html Css Color HEX #8E5923 Afghan Tan

📋 copy color: '#8E5923'

red 142 ◦ green 89 ◦ blue 35

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

Shades of Afghan Tan #8E5923

Tints of Afghan Tan #8E5923

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.46%

 BLUE value IS 35 (14.06% from 255) = 13.16%

R = 53.38%
G = 33.46%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8E5923 (or 0x8E5923) is known color: Afghan Tan. HEX triplet: 8E, 59 and 23. RGB value is (142,89,35). Sum of RGB (Red+Green+Blue) = 142+89+35=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5923 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5923 is #71A6DC. Grayscale: #626262. Windows color (decimal): -7448285 or 2316686. OLE color: 2316686.

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

Color convert

RGB 142 89 35 -
CMYK 0 0.37 0.75 0.44
HSL 30.28º 0.6% 0.35% -
HSV(B) 30.28º 0.75% 0.56% -
XYZ 15.03 13.02 3.31 -
YUV 98.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 142 89 35 0 0.37 0.75 0.44 30.28 0.6 0.35
Hex 8E 59 23 0 25 4B 2C 1E 3C 23
Octal 216 131 43 0 45 113 54 36 74 43
Binary 10001110 1011001 100011 0 100101 1001011 101100 11110 111100 100011

Color Harmonies of #8E5923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5923

Black with #8E5923

Text Example


Text Example

White with #8E5923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,89,35); }

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

background-color css

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

 a { background-color: rgb(142,89,35); }

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

border-color css

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

 span { border-color: rgb(142,89,35); }

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