Shades of Corn Harvest #917A2D
Tints of Corn Harvest #917A2D
RGB
CMYK
RGB Variations
Color information
#917A2D (or 0x917A2D) is known color: Corn Harvest. HEX triplet: 91, 7A and 2D. RGB value is (145,122,45). Sum of RGB (Red+Green+Blue) = 145+122+45=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #917A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917A2D is #6E85D2. Grayscale: #787878. Windows color (decimal): -7243219 or 2980497. OLE color: 2980497.
HSL color Cylindrical-coordinate representation of color #917A2D: hue angle of 46.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #917A2D is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 45 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.43 |
| HSL | 46.2º | 0.53% | 0.37% | - |
| HSV(B) | 46.2º | 0.69% | 0.57% | - |
| XYZ | 19.11 | 20.13 | 5.36 | - |
| YUV | 120.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 45 | 0 | 0.16 | 0.69 | 0.43 | 46.2 | 0.53 | 0.37 |
| Hex | 91 | 7A | 2D | 0 | 10 | 45 | 2B | 2E | 35 | 25 |
| Octal | 221 | 172 | 55 | 0 | 20 | 105 | 53 | 56 | 65 | 45 |
| Binary | 10010001 | 1111010 | 101101 | 0 | 10000 | 1000101 | 101011 | 101110 | 110101 | 100101 |
Color Harmonies of #917A2D
Complementary color
Monochromatic Colors of #917A2D
Black with #917A2D
Text Example
Text Example
White with #917A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A2D; }
p { color: rgb(145,122,45); }
H1.HeaderClassName
{
color: #917A2D;
}
.AnyTagClassName
{
color: #917A2D;
}
</style>
background-color css
<style>
a { background-color: #917A2D; }
a { background-color: rgb(145,122,45); }
div.DivClassName
{
background-color: #917A2D;
}
.BgClassName
{
background-color: #917A2D;
}
</style>
border-color css
<style>
span { border-color: #917A2D; }
span { border-color: rgb(145,122,45); }
td.TdClassName
{
border-color: #917A2D;
}
.TagClassName
{
border-color: #917A2D;
}
</style>