Html Css Color HEX #8E7628 Corn Harvest

📋 copy color: '#8E7628'

red 142 ◦ green 118 ◦ blue 40

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

Shades of Corn Harvest #8E7628

Tints of Corn Harvest #8E7628

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.33%

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

R = 47.33%
G = 39.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#8E7628 (or 0x8E7628) is known color: Corn Harvest. HEX triplet: 8E, 76 and 28. RGB value is (142,118,40). Sum of RGB (Red+Green+Blue) = 142+118+40=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7628 is #7189D7. Grayscale: #747474. Windows color (decimal): -7440856 or 2651790. OLE color: 2651790.

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

Color convert

RGB 142 118 40 -
CMYK 0 0.17 0.72 0.44
HSL 45.88º 0.56% 0.36% -
HSV(B) 45.88º 0.72% 0.56% -
XYZ 18.02 18.86 4.7 -
YUV 116.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 142 118 40 0 0.17 0.72 0.44 45.88 0.56 0.36
Hex 8E 76 28 0 11 48 2C 2E 38 24
Octal 216 166 50 0 21 110 54 56 70 44
Binary 10001110 1110110 101000 0 10001 1001000 101100 101110 111000 100100

Color Harmonies of #8E7628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7628

Black with #8E7628

Text Example


Text Example

White with #8E7628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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