Html Css Color HEX #8C7227 Corn Harvest

📋 copy color: '#8C7227'

red 140 ◦ green 114 ◦ blue 39

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

Shades of Corn Harvest #8C7227

Tints of Corn Harvest #8C7227

RGB

 RED value IS 140 (55.08% from 255) = 47.78%

 GREEN value IS 114 (44.92% from 255) = 38.91%

 BLUE value IS 39 (15.63% from 255) = 13.31%

R = 47.78%
G = 38.91%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8C7227 (or 0x8C7227) is known color: Corn Harvest. HEX triplet: 8C, 72 and 27. RGB value is (140,114,39). Sum of RGB (Red+Green+Blue) = 140+114+39=293 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.78% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7227 is #738DD8. Grayscale: #717171. Windows color (decimal): -7572953 or 2585228. OLE color: 2585228.

HSL color Cylindrical-coordinate representation of color #8C7227: hue angle of 44.55º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C7227 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 114 39 -
CMYK 0 0.19 0.72 0.45
HSL 44.55º 0.56% 0.35% -
HSV(B) 44.55º 0.72% 0.55% -
XYZ 17.2 17.76 4.44 -
YUV 113.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 140 114 39 0 0.19 0.72 0.45 44.55 0.56 0.35
Hex 8C 72 27 0 13 48 2D 2D 38 23
Octal 214 162 47 0 23 110 55 55 70 43
Binary 10001100 1110010 100111 0 10011 1001000 101101 101101 111000 100011

Color Harmonies of #8C7227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7227

Black with #8C7227

Text Example


Text Example

White with #8C7227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,114,39); }

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

background-color css

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

 a { background-color: rgb(140,114,39); }

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

border-color css

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

 span { border-color: rgb(140,114,39); }

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