Html Css Color HEX #8E6C25 Corn Harvest

📋 copy color: '#8E6C25'

red 142 ◦ green 108 ◦ blue 37

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

Shades of Corn Harvest #8E6C25

Tints of Corn Harvest #8E6C25

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.63%

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

R = 49.48%
G = 37.63%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#8E6C25 (or 0x8E6C25) is known color: Corn Harvest. HEX triplet: 8E, 6C and 25. RGB value is (142,108,37). Sum of RGB (Red+Green+Blue) = 142+108+37=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6C25 is #7193DA. Grayscale: #6E6E6E. Windows color (decimal): -7443419 or 2452622. OLE color: 2452622.

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

Color convert

RGB 142 108 37 -
CMYK 0 0.24 0.74 0.44
HSL 40.57º 0.59% 0.35% -
HSV(B) 40.57º 0.74% 0.56% -
XYZ 16.85 16.61 4.07 -
YUV 110.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 142 108 37 0 0.24 0.74 0.44 40.57 0.59 0.35
Hex 8E 6C 25 0 18 4A 2C 29 3B 23
Octal 216 154 45 0 30 112 54 51 73 43
Binary 10001110 1101100 100101 0 11000 1001010 101100 101001 111011 100011

Color Harmonies of #8E6C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6C25

Black with #8E6C25

Text Example


Text Example

White with #8E6C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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