Html Css Color HEX #987425 Corn Harvest

📋 copy color: '#987425'

red 152 ◦ green 116 ◦ blue 37

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

Shades of Corn Harvest #987425

Tints of Corn Harvest #987425

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

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

R = 49.84%
G = 38.03%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#987425 (or 0x987425) is known color: Corn Harvest. HEX triplet: 98, 74 and 25. RGB value is (152,116,37). Sum of RGB (Red+Green+Blue) = 152+116+37=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #987425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987425 is #678BDA. Grayscale: #767676. Windows color (decimal): -6786011 or 2454680. OLE color: 2454680.

HSL color Cylindrical-coordinate representation of color #987425: hue angle of 41.22º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #987425 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 116 37 -
CMYK 0 0.24 0.76 0.40
HSL 41.22º 0.61% 0.37% -
HSV(B) 41.22º 0.76% 0.6% -
XYZ 19.53 19.3 4.45 -
YUV 117.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 152 116 37 0 0.24 0.76 0.40 41.22 0.61 0.37
Hex 98 74 25 0 18 4C 28 29 3D 25
Octal 230 164 45 0 30 114 50 51 75 45
Binary 10011000 1110100 100101 0 11000 1001100 101000 101001 111101 100101

Color Harmonies of #987425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987425

Black with #987425

Text Example


Text Example

White with #987425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987425; }

 p { color: rgb(152,116,37); }

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

background-color css

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

 a { background-color: rgb(152,116,37); }

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

border-color css

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

 span { border-color: rgb(152,116,37); }

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