Html Css Color HEX #8E6428 Afghan Tan

📋 copy color: '#8E6428'

red 142 ◦ green 100 ◦ blue 40

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

Shades of Afghan Tan #8E6428

Tints of Afghan Tan #8E6428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

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

R = 50.35%
G = 35.46%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#8E6428 (or 0x8E6428) is known color: Afghan Tan. HEX triplet: 8E, 64 and 28. RGB value is (142,100,40). Sum of RGB (Red+Green+Blue) = 142+100+40=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6428 is #719BD7. Grayscale: #6A6A6A. Windows color (decimal): -7445464 or 2647182. OLE color: 2647182.

HSL color Cylindrical-coordinate representation of color #8E6428: hue angle of 35.29º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E6428 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 100 40 -
CMYK 0 0.30 0.72 0.44
HSL 35.29º 0.56% 0.36% -
HSV(B) 35.29º 0.72% 0.56% -
XYZ 16.1 15.02 4.06 -
YUV 105.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 142 100 40 0 0.30 0.72 0.44 35.29 0.56 0.36
Hex 8E 64 28 0 1E 48 2C 23 38 24
Octal 216 144 50 0 36 110 54 43 70 44
Binary 10001110 1100100 101000 0 11110 1001000 101100 100011 111000 100100

Color Harmonies of #8E6428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6428

Black with #8E6428

Text Example


Text Example

White with #8E6428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,100,40); }

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

background-color css

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

 a { background-color: rgb(142,100,40); }

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

border-color css

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

 span { border-color: rgb(142,100,40); }

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