Html Css Color HEX #8E7531 Corn Harvest

📋 copy color: '#8E7531'

red 142 ◦ green 117 ◦ blue 49

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

Shades of Corn Harvest #8E7531

Tints of Corn Harvest #8E7531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.99%

 BLUE value IS 49 (19.53% from 255) = 15.91%

R = 46.1%
G = 37.99%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8E7531 (or 0x8E7531) is known color: Corn Harvest. HEX triplet: 8E, 75 and 31. RGB value is (142,117,49). Sum of RGB (Red+Green+Blue) = 142+117+49=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7531 is #718ACE. Grayscale: #757575. Windows color (decimal): -7441103 or 3241358. OLE color: 3241358.

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

Color convert

RGB 142 117 49 -
CMYK 0 0.18 0.65 0.44
HSL 43.87º 0.49% 0.37% -
HSV(B) 43.87º 0.65% 0.56% -
XYZ 18.07 18.7 5.56 -
YUV 116.72 89.78 146.03 -
System Red Green Blue C M Y K H S L
Decimal 142 117 49 0 0.18 0.65 0.44 43.87 0.49 0.37
Hex 8E 75 31 0 12 41 2C 2C 31 25
Octal 216 165 61 0 22 101 54 54 61 45
Binary 10001110 1110101 110001 0 10010 1000001 101100 101100 110001 100101

Color Harmonies of #8E7531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7531

Black with #8E7531

Text Example


Text Example

White with #8E7531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,117,49); }

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

background-color css

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

 a { background-color: rgb(142,117,49); }

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

border-color css

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

 span { border-color: rgb(142,117,49); }

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