Html Css Color HEX #8E6028 Afghan Tan

📋 copy color: '#8E6028'

red 142 ◦ green 96 ◦ blue 40

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

Shades of Afghan Tan #8E6028

Tints of Afghan Tan #8E6028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.53%

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

R = 51.08%
G = 34.53%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#8E6028 (or 0x8E6028) is known color: Afghan Tan. HEX triplet: 8E, 60 and 28. RGB value is (142,96,40). Sum of RGB (Red+Green+Blue) = 142+96+40=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6028 is #719FD7. Grayscale: #676767. Windows color (decimal): -7446488 or 2646158. OLE color: 2646158.

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

Color convert

RGB 142 96 40 -
CMYK 0 0.32 0.72 0.44
HSL 32.94º 0.56% 0.36% -
HSV(B) 32.94º 0.72% 0.56% -
XYZ 15.72 14.27 3.93 -
YUV 103.37 92.24 155.55 -
System Red Green Blue C M Y K H S L
Decimal 142 96 40 0 0.32 0.72 0.44 32.94 0.56 0.36
Hex 8E 60 28 0 20 48 2C 21 38 24
Octal 216 140 50 0 40 110 54 41 70 44
Binary 10001110 1100000 101000 0 100000 1001000 101100 100001 111000 100100

Color Harmonies of #8E6028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6028

Black with #8E6028

Text Example


Text Example

White with #8E6028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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