Shades of Corn Harvest #907A2A
Tints of Corn Harvest #907A2A
RGB
CMYK
RGB Variations
Color information
#907A2A (or 0x907A2A) is known color: Corn Harvest. HEX triplet: 90, 7A and 2A. RGB value is (144,122,42). Sum of RGB (Red+Green+Blue) = 144+122+42=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #907A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907A2A is #6F85D5. Grayscale: #777777. Windows color (decimal): -7308758 or 2783888. OLE color: 2783888.
HSL color Cylindrical-coordinate representation of color #907A2A: hue angle of 47.06º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #907A2A is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 122 | 42 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.44 |
| HSL | 47.06º | 0.55% | 0.36% | - |
| HSV(B) | 47.06º | 0.71% | 0.56% | - |
| XYZ | 18.88 | 20.02 | 5.06 | - |
| YUV | 119.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 42 | 0 | 0.15 | 0.71 | 0.44 | 47.06 | 0.55 | 0.36 |
| Hex | 90 | 7A | 2A | 0 | F | 47 | 2C | 2F | 37 | 24 |
| Octal | 220 | 172 | 52 | 0 | 17 | 107 | 54 | 57 | 67 | 44 |
| Binary | 10010000 | 1111010 | 101010 | 0 | 1111 | 1000111 | 101100 | 101111 | 110111 | 100100 |
Color Harmonies of #907A2A
Complementary color
Monochromatic Colors of #907A2A
Black with #907A2A
Text Example
Text Example
White with #907A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907A2A; }
p { color: rgb(144,122,42); }
H1.HeaderClassName
{
color: #907A2A;
}
.AnyTagClassName
{
color: #907A2A;
}
</style>
background-color css
<style>
a { background-color: #907A2A; }
a { background-color: rgb(144,122,42); }
div.DivClassName
{
background-color: #907A2A;
}
.BgClassName
{
background-color: #907A2A;
}
</style>
border-color css
<style>
span { border-color: #907A2A; }
span { border-color: rgb(144,122,42); }
td.TdClassName
{
border-color: #907A2A;
}
.TagClassName
{
border-color: #907A2A;
}
</style>