Html Css Color HEX #8E6E28 Corn Harvest

📋 copy color: '#8E6E28'

red 142 ◦ green 110 ◦ blue 40

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

Shades of Corn Harvest #8E6E28

Tints of Corn Harvest #8E6E28

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.67%

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

R = 48.63%
G = 37.67%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#8E6E28 (or 0x8E6E28) is known color: Corn Harvest. HEX triplet: 8E, 6E and 28. RGB value is (142,110,40). Sum of RGB (Red+Green+Blue) = 142+110+40=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6E28 is #7191D7. Grayscale: #6F6F6F. Windows color (decimal): -7442904 or 2649742. OLE color: 2649742.

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

Color convert

RGB 142 110 40 -
CMYK 0 0.23 0.72 0.44
HSL 41.18º 0.56% 0.36% -
HSV(B) 41.18º 0.72% 0.56% -
XYZ 17.11 17.06 4.4 -
YUV 111.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 142 110 40 0 0.23 0.72 0.44 41.18 0.56 0.36
Hex 8E 6E 28 0 17 48 2C 29 38 24
Octal 216 156 50 0 27 110 54 51 70 44
Binary 10001110 1101110 101000 0 10111 1001000 101100 101001 111000 100100

Color Harmonies of #8E6E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6E28

Black with #8E6E28

Text Example


Text Example

White with #8E6E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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