Html Css Color HEX #997322 Corn Harvest

📋 copy color: '#997322'

red 153 ◦ green 115 ◦ blue 34

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

Shades of Corn Harvest #997322

Tints of Corn Harvest #997322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.26%

R = 50.66%
G = 38.08%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#997322 (or 0x997322) is known color: Corn Harvest. HEX triplet: 99, 73 and 22. RGB value is (153,115,34). Sum of RGB (Red+Green+Blue) = 153+115+34=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #997322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997322 is #668CDD. Grayscale: #757575. Windows color (decimal): -6720734 or 2257817. OLE color: 2257817.

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

Color convert

RGB 153 115 34 -
CMYK 0 0.25 0.78 0.4
HSL 40.84º 0.64% 0.37% -
HSV(B) 40.84º 0.78% 0.6% -
XYZ 19.56 19.15 4.18 -
YUV 117.13 81.09 153.59 -
System Red Green Blue C M Y K H S L
Decimal 153 115 34 0 0.25 0.78 0.4 40.84 0.64 0.37
Hex 99 73 22 0 19 4E 28 29 40 25
Octal 231 163 42 0 31 116 50 51 100 45
Binary 10011001 1110011 100010 0 11001 1001110 101000 101001 1000000 100101

Color Harmonies of #997322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997322

Black with #997322

Text Example


Text Example

White with #997322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997322; }

 p { color: rgb(153,115,34); }

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

background-color css

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

 a { background-color: rgb(153,115,34); }

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

border-color css

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

 span { border-color: rgb(153,115,34); }

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