Html Css Color HEX #8E7321 Corn Harvest

📋 copy color: '#8E7321'

red 142 ◦ green 115 ◦ blue 33

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

Shades of Corn Harvest #8E7321

Tints of Corn Harvest #8E7321

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.66%

 BLUE value IS 33 (13.28% from 255) = 11.38%

R = 48.97%
G = 39.66%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E7321 (or 0x8E7321) is known color: Corn Harvest. HEX triplet: 8E, 73 and 21. RGB value is (142,115,33). Sum of RGB (Red+Green+Blue) = 142+115+33=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7321 is #718CDE. Grayscale: #727272. Windows color (decimal): -7441631 or 2192270. OLE color: 2192270.

HSL color Cylindrical-coordinate representation of color #8E7321: hue angle of 45.14º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E7321 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 115 33 -
CMYK 0 0.19 0.77 0.44
HSL 45.14º 0.62% 0.34% -
HSV(B) 45.14º 0.77% 0.56% -
XYZ 17.56 18.12 4.01 -
YUV 113.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 142 115 33 0 0.19 0.77 0.44 45.14 0.62 0.34
Hex 8E 73 21 0 13 4D 2C 2D 3E 22
Octal 216 163 41 0 23 115 54 55 76 42
Binary 10001110 1110011 100001 0 10011 1001101 101100 101101 111110 100010

Color Harmonies of #8E7321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7321

Black with #8E7321

Text Example


Text Example

White with #8E7321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,115,33); }

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

background-color css

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

 a { background-color: rgb(142,115,33); }

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

border-color css

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

 span { border-color: rgb(142,115,33); }

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