Html Css Color HEX #8E6F24 Corn Harvest

📋 copy color: '#8E6F24'

red 142 ◦ green 111 ◦ blue 36

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

Shades of Corn Harvest #8E6F24

Tints of Corn Harvest #8E6F24

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.41%

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

R = 49.13%
G = 38.41%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8E6F24 (or 0x8E6F24) is known color: Corn Harvest. HEX triplet: 8E, 6F and 24. RGB value is (142,111,36). Sum of RGB (Red+Green+Blue) = 142+111+36=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6F24 is #7190DB. Grayscale: #707070. Windows color (decimal): -7442652 or 2387854. OLE color: 2387854.

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

Color convert

RGB 142 111 36 -
CMYK 0 0.22 0.75 0.44
HSL 42.45º 0.6% 0.35% -
HSV(B) 42.45º 0.75% 0.56% -
XYZ 17.16 17.25 4.09 -
YUV 111.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 142 111 36 0 0.22 0.75 0.44 42.45 0.6 0.35
Hex 8E 6F 24 0 16 4B 2C 2A 3C 23
Octal 216 157 44 0 26 113 54 52 74 43
Binary 10001110 1101111 100100 0 10110 1001011 101100 101010 111100 100011

Color Harmonies of #8E6F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6F24

Black with #8E6F24

Text Example


Text Example

White with #8E6F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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