Html Css Color HEX #8E7125 Corn Harvest

📋 copy color: '#8E7125'

red 142 ◦ green 113 ◦ blue 37

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

Shades of Corn Harvest #8E7125

Tints of Corn Harvest #8E7125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.67%

R = 48.63%
G = 38.7%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#8E7125 (or 0x8E7125) is known color: Corn Harvest. HEX triplet: 8E, 71 and 25. RGB value is (142,113,37). Sum of RGB (Red+Green+Blue) = 142+113+37=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7125 is #718EDA. Grayscale: #717171. Windows color (decimal): -7442139 or 2453902. OLE color: 2453902.

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

Color convert

RGB 142 113 37 -
CMYK 0 0.20 0.74 0.44
HSL 43.43º 0.59% 0.35% -
HSV(B) 43.43º 0.74% 0.56% -
XYZ 17.39 17.69 4.25 -
YUV 113.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 142 113 37 0 0.20 0.74 0.44 43.43 0.59 0.35
Hex 8E 71 25 0 14 4A 2C 2B 3B 23
Octal 216 161 45 0 24 112 54 53 73 43
Binary 10001110 1110001 100101 0 10100 1001010 101100 101011 111011 100011

Color Harmonies of #8E7125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7125

Black with #8E7125

Text Example


Text Example

White with #8E7125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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