Html Css Color HEX #8E6D24 Corn Harvest

📋 copy color: '#8E6D24'

red 142 ◦ green 109 ◦ blue 36

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

Shades of Corn Harvest #8E6D24

Tints of Corn Harvest #8E6D24

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.98%

 BLUE value IS 36 (14.45% from 255) = 12.54%

R = 49.48%
G = 37.98%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8E6D24 (or 0x8E6D24) is known color: Corn Harvest. HEX triplet: 8E, 6D and 24. RGB value is (142,109,36). Sum of RGB (Red+Green+Blue) = 142+109+36=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6D24 is #7192DB. Grayscale: #6E6E6E. Windows color (decimal): -7443164 or 2387342. OLE color: 2387342.

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

Color convert

RGB 142 109 36 -
CMYK 0 0.23 0.75 0.44
HSL 41.32º 0.6% 0.35% -
HSV(B) 41.32º 0.75% 0.56% -
XYZ 16.94 16.82 4.02 -
YUV 110.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 142 109 36 0 0.23 0.75 0.44 41.32 0.6 0.35
Hex 8E 6D 24 0 17 4B 2C 29 3C 23
Octal 216 155 44 0 27 113 54 51 74 43
Binary 10001110 1101101 100100 0 10111 1001011 101100 101001 111100 100011

Color Harmonies of #8E6D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6D24

Black with #8E6D24

Text Example


Text Example

White with #8E6D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,109,36); }

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

background-color css

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

 a { background-color: rgb(142,109,36); }

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

border-color css

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

 span { border-color: rgb(142,109,36); }

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