Html Css Color HEX #8E6A25 Corn Harvest

📋 copy color: '#8E6A25'

red 142 ◦ green 106 ◦ blue 37

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

Shades of Corn Harvest #8E6A25

Tints of Corn Harvest #8E6A25

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.19%

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

R = 49.82%
G = 37.19%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#8E6A25 (or 0x8E6A25) is known color: Corn Harvest. HEX triplet: 8E, 6A and 25. RGB value is (142,106,37). Sum of RGB (Red+Green+Blue) = 142+106+37=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6A25 is #7195DA. Grayscale: #6D6D6D. Windows color (decimal): -7443931 or 2452110. OLE color: 2452110.

HSL color Cylindrical-coordinate representation of color #8E6A25: hue angle of 39.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 #8E6A25 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 106 37 -
CMYK 0 0.25 0.74 0.44
HSL 39.43º 0.59% 0.35% -
HSV(B) 39.43º 0.74% 0.56% -
XYZ 16.64 16.19 4 -
YUV 108.9 87.43 151.61 -
System Red Green Blue C M Y K H S L
Decimal 142 106 37 0 0.25 0.74 0.44 39.43 0.59 0.35
Hex 8E 6A 25 0 19 4A 2C 27 3B 23
Octal 216 152 45 0 31 112 54 47 73 43
Binary 10001110 1101010 100101 0 11001 1001010 101100 100111 111011 100011

Color Harmonies of #8E6A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6A25

Black with #8E6A25

Text Example


Text Example

White with #8E6A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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