Html Css Color HEX #8E7438 Corn Harvest

📋 copy color: '#8E7438'

red 142 ◦ green 116 ◦ blue 56

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

Shades of Corn Harvest #8E7438

Tints of Corn Harvest #8E7438

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

 BLUE value IS 56 (22.27% from 255) = 17.83%

R = 45.22%
G = 36.94%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8E7438 (or 0x8E7438) is known color: Corn Harvest. HEX triplet: 8E, 74 and 38. RGB value is (142,116,56). Sum of RGB (Red+Green+Blue) = 142+116+56=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7438 is #718BC7. Grayscale: #757575. Windows color (decimal): -7441352 or 3699854. OLE color: 3699854.

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

Color convert

RGB 142 116 56 -
CMYK 0 0.18 0.61 0.44
HSL 41.86º 0.43% 0.39% -
HSV(B) 41.86º 0.61% 0.56% -
XYZ 18.11 18.53 6.36 -
YUV 116.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 142 116 56 0 0.18 0.61 0.44 41.86 0.43 0.39
Hex 8E 74 38 0 12 3D 2C 2A 2B 27
Octal 216 164 70 0 22 75 54 52 53 47
Binary 10001110 1110100 111000 0 10010 111101 101100 101010 101011 100111

Color Harmonies of #8E7438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7438

Black with #8E7438

Text Example


Text Example

White with #8E7438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,116,56); }

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

background-color css

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

 a { background-color: rgb(142,116,56); }

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

border-color css

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

 span { border-color: rgb(142,116,56); }

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