Shades of Corn Harvest #917B3C
Tints of Corn Harvest #917B3C
RGB
CMYK
RGB Variations
Color information
#917B3C (or 0x917B3C) is known color: Corn Harvest. HEX triplet: 91, 7B and 3C. RGB value is (145,123,60). Sum of RGB (Red+Green+Blue) = 145+123+60=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #917B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917B3C is #6E84C3. Grayscale: #7A7A7A. Windows color (decimal): -7242948 or 3963793. OLE color: 3963793.
HSL color Cylindrical-coordinate representation of color #917B3C: hue angle of 44.47º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #917B3C is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 60 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.43 |
| HSL | 44.47º | 0.41% | 0.4% | - |
| HSV(B) | 44.47º | 0.59% | 0.57% | - |
| XYZ | 19.58 | 20.51 | 7.2 | - |
| YUV | 122.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 60 | 0 | 0.15 | 0.59 | 0.43 | 44.47 | 0.41 | 0.4 |
| Hex | 91 | 7B | 3C | 0 | F | 3B | 2B | 2C | 29 | 28 |
| Octal | 221 | 173 | 74 | 0 | 17 | 73 | 53 | 54 | 51 | 50 |
| Binary | 10010001 | 1111011 | 111100 | 0 | 1111 | 111011 | 101011 | 101100 | 101001 | 101000 |
Color Harmonies of #917B3C
Complementary color
Monochromatic Colors of #917B3C
Black with #917B3C
Text Example
Text Example
White with #917B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B3C; }
p { color: rgb(145,123,60); }
H1.HeaderClassName
{
color: #917B3C;
}
.AnyTagClassName
{
color: #917B3C;
}
</style>
background-color css
<style>
a { background-color: #917B3C; }
a { background-color: rgb(145,123,60); }
div.DivClassName
{
background-color: #917B3C;
}
.BgClassName
{
background-color: #917B3C;
}
</style>
border-color css
<style>
span { border-color: #917B3C; }
span { border-color: rgb(145,123,60); }
td.TdClassName
{
border-color: #917B3C;
}
.TagClassName
{
border-color: #917B3C;
}
</style>