Html Css Color HEX #8E712D Corn Harvest

📋 copy color: '#8E712D'

red 142 ◦ green 113 ◦ blue 45

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

Shades of Corn Harvest #8E712D

Tints of Corn Harvest #8E712D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.67%

 BLUE value IS 45 (17.97% from 255) = 15%

R = 47.33%
G = 37.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E712D (or 0x8E712D) is known color: Corn Harvest. HEX triplet: 8E, 71 and 2D. RGB value is (142,113,45). Sum of RGB (Red+Green+Blue) = 142+113+45=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E712D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E712D is #718ED2. Grayscale: #727272. Windows color (decimal): -7442131 or 2978190. OLE color: 2978190.

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

Color convert

RGB 142 113 45 -
CMYK 0 0.20 0.68 0.44
HSL 42.06º 0.52% 0.37% -
HSV(B) 42.06º 0.68% 0.56% -
XYZ 17.53 17.75 4.98 -
YUV 113.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 142 113 45 0 0.20 0.68 0.44 42.06 0.52 0.37
Hex 8E 71 2D 0 14 44 2C 2A 34 25
Octal 216 161 55 0 24 104 54 52 64 45
Binary 10001110 1110001 101101 0 10100 1000100 101100 101010 110100 100101

Color Harmonies of #8E712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E712D

Black with #8E712D

Text Example


Text Example

White with #8E712D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,113,45); }

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

background-color css

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

 a { background-color: rgb(142,113,45); }

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

border-color css

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

 span { border-color: rgb(142,113,45); }

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