#98721F

Color #98721F Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #98721F

Tints of Corn Harvest #98721F

Color information

#98721F (or 0x98721F) is unknown color: approx Corn Harvest. HEX triplet: 98, 72 and 1F. RGB value is (152,114,31). Sum of RGB (Red+Green+Blue) = 152+114+31=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98721F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98721F is #678DE0. Grayscale: #747474. Windows color (decimal): -6786529 or 2060952. OLE color: 2060952.

HSL color Cylindrical-coordinate representation of color #98721F: hue angle of 41.16º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98721F is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB15211431-
CMYK00.250.800.40
HSL41.16º66.12%35.88%-
HSV(B)41.16º79.61%59.61%-
XYZ19.2118.813.91-
YUV115.980.09153.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 31 (12.5% from 255) = 10.44%
R=51.18%
G=38.38%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521143100.250.800.4041.1666.1235.88
Hex98721F0195028294224
Octal23016237031120505110244
Binary1001100011100101111101100110100001010001010011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98721F; }

 p { color: rgb(152,114,31); }

 H1.HeaderClassName
 {
   color: #98721F;
 }
 .AnyTagClassName
 {
   color: #98721F;
 }
</style>
background-color css

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

 a { background-color: rgb(152,114,31); }

 div.DivClassName
 {
   background-color: #98721F;
 }
 .BgClassName
 {
   background-color: #98721F;
 }
</style>
border-color css

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

 span { border-color: rgb(152,114,31); }

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