Html Css Color HEX #8E6E30 Corn Harvest

📋 copy color: '#8E6E30'

red 142 ◦ green 110 ◦ blue 48

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

Shades of Corn Harvest #8E6E30

Tints of Corn Harvest #8E6E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16%

R = 47.33%
G = 36.67%
B = 16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#8E6E30 (or 0x8E6E30) is known color: Corn Harvest. HEX triplet: 8E, 6E and 30. RGB value is (142,110,48). Sum of RGB (Red+Green+Blue) = 142+110+48=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6E30 is #7191CF. Grayscale: #707070. Windows color (decimal): -7442896 or 3174030. OLE color: 3174030.

HSL color Cylindrical-coordinate representation of color #8E6E30: hue angle of 39.57º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E6E30 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 110 48 -
CMYK 0 0.23 0.66 0.44
HSL 39.57º 0.49% 0.37% -
HSV(B) 39.57º 0.66% 0.56% -
XYZ 17.26 17.12 5.19 -
YUV 112.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 142 110 48 0 0.23 0.66 0.44 39.57 0.49 0.37
Hex 8E 6E 30 0 17 42 2C 28 31 25
Octal 216 156 60 0 27 102 54 50 61 45
Binary 10001110 1101110 110000 0 10111 1000010 101100 101000 110001 100101

Color Harmonies of #8E6E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6E30

Black with #8E6E30

Text Example


Text Example

White with #8E6E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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