Html Css Color HEX #987120 Corn Harvest

📋 copy color: '#987120'

red 152 ◦ green 113 ◦ blue 32

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

Shades of Corn Harvest #987120

Tints of Corn Harvest #987120

RGB

 RED value IS 152 (59.77% from 255) = 51.18%

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

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

R = 51.18%
G = 38.05%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#987120 (or 0x987120) is known color: Corn Harvest. HEX triplet: 98, 71 and 20. RGB value is (152,113,32). Sum of RGB (Red+Green+Blue) = 152+113+32=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #987120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987120 is #678EDF. Grayscale: #737373. Windows color (decimal): -6786784 or 2126232. OLE color: 2126232.

HSL color Cylindrical-coordinate representation of color #987120: hue angle of 40.5º 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 #987120 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 32 -
CMYK 0 0.26 0.79 0.40
HSL 40.5º 0.65% 0.36% -
HSV(B) 40.5º 0.79% 0.6% -
XYZ 19.11 18.59 3.95 -
YUV 115.43 80.92 154.09 -
System Red Green Blue C M Y K H S L
Decimal 152 113 32 0 0.26 0.79 0.40 40.5 0.65 0.36
Hex 98 71 20 0 1A 4F 28 28 41 24
Octal 230 161 40 0 32 117 50 50 101 44
Binary 10011000 1110001 100000 0 11010 1001111 101000 101000 1000001 100100

Color Harmonies of #987120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987120

Black with #987120

Text Example


Text Example

White with #987120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987120; }

 p { color: rgb(152,113,32); }

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

background-color css

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

 a { background-color: rgb(152,113,32); }

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

border-color css

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

 span { border-color: rgb(152,113,32); }

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