Html Css Color HEX #977125 Corn Harvest

📋 copy color: '#977125'

red 151 ◦ green 113 ◦ blue 37

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

Shades of Corn Harvest #977125

Tints of Corn Harvest #977125

RGB

 RED value IS 151 (59.38% from 255) = 50.17%

 GREEN value IS 113 (44.53% from 255) = 37.54%

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

R = 50.17%
G = 37.54%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#977125 (or 0x977125) is known color: Corn Harvest. HEX triplet: 97, 71 and 25. RGB value is (151,113,37). Sum of RGB (Red+Green+Blue) = 151+113+37=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #977125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977125 is #688EDA. Grayscale: #747474. Windows color (decimal): -6852315 or 2453911. OLE color: 2453911.

HSL color Cylindrical-coordinate representation of color #977125: hue angle of 40º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #977125 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 113 37 -
CMYK 0 0.25 0.75 0.41
HSL 40º 0.61% 0.37% -
HSV(B) 40º 0.75% 0.59% -
XYZ 19 18.52 4.32 -
YUV 115.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 151 113 37 0 0.25 0.75 0.41 40 0.61 0.37
Hex 97 71 25 0 19 4B 29 28 3D 25
Octal 227 161 45 0 31 113 51 50 75 45
Binary 10010111 1110001 100101 0 11001 1001011 101001 101000 111101 100101

Color Harmonies of #977125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977125

Black with #977125

Text Example


Text Example

White with #977125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977125; }

 p { color: rgb(151,113,37); }

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

background-color css

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

 a { background-color: rgb(151,113,37); }

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

border-color css

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

 span { border-color: rgb(151,113,37); }

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