Shades of Corn Harvest #907A3A
Tints of Corn Harvest #907A3A
RGB
CMYK
RGB Variations
Color information
#907A3A (or 0x907A3A) is known color: Corn Harvest. HEX triplet: 90, 7A and 3A. RGB value is (144,122,58). Sum of RGB (Red+Green+Blue) = 144+122+58=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #907A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907A3A is #6F85C5. Grayscale: #797979. Windows color (decimal): -7308742 or 3832464. OLE color: 3832464.
HSL color Cylindrical-coordinate representation of color #907A3A: hue angle of 44.65º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #907A3A is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 122 | 58 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.44 |
| HSL | 44.65º | 0.43% | 0.4% | - |
| HSV(B) | 44.65º | 0.6% | 0.56% | - |
| XYZ | 19.22 | 20.15 | 6.88 | - |
| YUV | 121.28 | 92.29 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 58 | 0 | 0.15 | 0.60 | 0.44 | 44.65 | 0.43 | 0.4 |
| Hex | 90 | 7A | 3A | 0 | F | 3C | 2C | 2D | 2B | 28 |
| Octal | 220 | 172 | 72 | 0 | 17 | 74 | 54 | 55 | 53 | 50 |
| Binary | 10010000 | 1111010 | 111010 | 0 | 1111 | 111100 | 101100 | 101101 | 101011 | 101000 |
Color Harmonies of #907A3A
Complementary color
Monochromatic Colors of #907A3A
Black with #907A3A
Text Example
Text Example
White with #907A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907A3A; }
p { color: rgb(144,122,58); }
H1.HeaderClassName
{
color: #907A3A;
}
.AnyTagClassName
{
color: #907A3A;
}
</style>
background-color css
<style>
a { background-color: #907A3A; }
a { background-color: rgb(144,122,58); }
div.DivClassName
{
background-color: #907A3A;
}
.BgClassName
{
background-color: #907A3A;
}
</style>
border-color css
<style>
span { border-color: #907A3A; }
span { border-color: rgb(144,122,58); }
td.TdClassName
{
border-color: #907A3A;
}
.TagClassName
{
border-color: #907A3A;
}
</style>