Html Css Color HEX #987320 Corn Harvest

📋 copy color: '#987320'

red 152 ◦ green 115 ◦ blue 32

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

Shades of Corn Harvest #987320

Tints of Corn Harvest #987320

RGB

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

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

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

R = 50.84%
G = 38.46%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#987320 (or 0x987320) is known color: Corn Harvest. HEX triplet: 98, 73 and 20. RGB value is (152,115,32). Sum of RGB (Red+Green+Blue) = 152+115+32=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #987320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987320 is #678CDF. Grayscale: #747474. Windows color (decimal): -6786272 or 2126744. OLE color: 2126744.

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

Color convert

RGB 152 115 32 -
CMYK 0 0.24 0.79 0.40
HSL 41.5º 0.65% 0.36% -
HSV(B) 41.5º 0.79% 0.6% -
XYZ 19.34 19.04 4.02 -
YUV 116.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 152 115 32 0 0.24 0.79 0.40 41.5 0.65 0.36
Hex 98 73 20 0 18 4F 28 2A 41 24
Octal 230 163 40 0 30 117 50 52 101 44
Binary 10011000 1110011 100000 0 11000 1001111 101000 101010 1000001 100100

Color Harmonies of #987320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987320

Black with #987320

Text Example


Text Example

White with #987320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987320; }

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

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

background-color css

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

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

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

border-color css

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

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

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