Html Css Color HEX #8E6228 Afghan Tan

📋 copy color: '#8E6228'

red 142 ◦ green 98 ◦ blue 40

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

Shades of Afghan Tan #8E6228

Tints of Afghan Tan #8E6228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

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

R = 50.71%
G = 35%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#8E6228 (or 0x8E6228) is known color: Afghan Tan. HEX triplet: 8E, 62 and 28. RGB value is (142,98,40). Sum of RGB (Red+Green+Blue) = 142+98+40=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6228 is #719DD7. Grayscale: #686868. Windows color (decimal): -7445976 or 2646670. OLE color: 2646670.

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

Color convert

RGB 142 98 40 -
CMYK 0 0.31 0.72 0.44
HSL 34.12º 0.56% 0.36% -
HSV(B) 34.12º 0.72% 0.56% -
XYZ 15.91 14.64 3.99 -
YUV 104.54 91.58 154.72 -
System Red Green Blue C M Y K H S L
Decimal 142 98 40 0 0.31 0.72 0.44 34.12 0.56 0.36
Hex 8E 62 28 0 1F 48 2C 22 38 24
Octal 216 142 50 0 37 110 54 42 70 44
Binary 10001110 1100010 101000 0 11111 1001000 101100 100010 111000 100100

Color Harmonies of #8E6228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6228

Black with #8E6228

Text Example


Text Example

White with #8E6228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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