Html Css Color HEX #997220 Corn Harvest

📋 copy color: '#997220'

red 153 ◦ green 114 ◦ blue 32

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

Shades of Corn Harvest #997220

Tints of Corn Harvest #997220

RGB

 RED value IS 153 (60.16% from 255) = 51.17%

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

 BLUE value IS 32 (12.89% from 255) = 10.7%

R = 51.17%
G = 38.13%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#997220 (or 0x997220) is known color: Corn Harvest. HEX triplet: 99, 72 and 20. RGB value is (153,114,32). Sum of RGB (Red+Green+Blue) = 153+114+32=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #997220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997220 is #668DDF. Grayscale: #747474. Windows color (decimal): -6720992 or 2126489. OLE color: 2126489.

HSL color Cylindrical-coordinate representation of color #997220: hue angle of 40.66º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #997220 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 32 -
CMYK 0 0.25 0.79 0.4
HSL 40.66º 0.65% 0.36% -
HSV(B) 40.66º 0.79% 0.6% -
XYZ 19.41 18.91 3.99 -
YUV 116.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 153 114 32 0 0.25 0.79 0.4 40.66 0.65 0.36
Hex 99 72 20 0 19 4F 28 29 41 24
Octal 231 162 40 0 31 117 50 51 101 44
Binary 10011001 1110010 100000 0 11001 1001111 101000 101001 1000001 100100

Color Harmonies of #997220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997220

Black with #997220

Text Example


Text Example

White with #997220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997220; }

 p { color: rgb(153,114,32); }

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

background-color css

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

 a { background-color: rgb(153,114,32); }

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

border-color css

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

 span { border-color: rgb(153,114,32); }

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