Html Css Color HEX #8E6B20 Corn Harvest

📋 copy color: '#8E6B20'

red 142 ◦ green 107 ◦ blue 32

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

Shades of Corn Harvest #8E6B20

Tints of Corn Harvest #8E6B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.08%

 BLUE value IS 32 (12.89% from 255) = 11.39%

R = 50.53%
G = 38.08%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E6B20 (or 0x8E6B20) is known color: Corn Harvest. HEX triplet: 8E, 6B and 20. RGB value is (142,107,32). Sum of RGB (Red+Green+Blue) = 142+107+32=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6B20 is #7194DF. Grayscale: #6D6D6D. Windows color (decimal): -7443680 or 2124686. OLE color: 2124686.

HSL color Cylindrical-coordinate representation of color #8E6B20: hue angle of 40.91º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E6B20 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 107 32 -
CMYK 0 0.25 0.77 0.44
HSL 40.91º 0.63% 0.34% -
HSV(B) 40.91º 0.77% 0.56% -
XYZ 16.67 16.37 3.65 -
YUV 108.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 142 107 32 0 0.25 0.77 0.44 40.91 0.63 0.34
Hex 8E 6B 20 0 19 4D 2C 29 3F 22
Octal 216 153 40 0 31 115 54 51 77 42
Binary 10001110 1101011 100000 0 11001 1001101 101100 101001 111111 100010

Color Harmonies of #8E6B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6B20

Black with #8E6B20

Text Example


Text Example

White with #8E6B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,107,32); }

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

background-color css

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

 a { background-color: rgb(142,107,32); }

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

border-color css

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

 span { border-color: rgb(142,107,32); }

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