Shades of Corn Harvest #907B3C
Tints of Corn Harvest #907B3C
RGB
CMYK
RGB Variations
Color information
#907B3C (or 0x907B3C) is known color: Corn Harvest. HEX triplet: 90, 7B and 3C. RGB value is (144,123,60). Sum of RGB (Red+Green+Blue) = 144+123+60=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #907B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907B3C is #6F84C3. Grayscale: #7A7A7A. Windows color (decimal): -7308484 or 3963792. OLE color: 3963792.
HSL color Cylindrical-coordinate representation of color #907B3C: hue angle of 45º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #907B3C is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 123 | 60 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.44 |
| HSL | 45º | 0.41% | 0.4% | - |
| HSV(B) | 45º | 0.58% | 0.56% | - |
| XYZ | 19.4 | 20.42 | 7.19 | - |
| YUV | 122.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 60 | 0 | 0.15 | 0.58 | 0.44 | 45 | 0.41 | 0.4 |
| Hex | 90 | 7B | 3C | 0 | F | 3A | 2C | 2D | 29 | 28 |
| Octal | 220 | 173 | 74 | 0 | 17 | 72 | 54 | 55 | 51 | 50 |
| Binary | 10010000 | 1111011 | 111100 | 0 | 1111 | 111010 | 101100 | 101101 | 101001 | 101000 |
Color Harmonies of #907B3C
Complementary color
Monochromatic Colors of #907B3C
Black with #907B3C
Text Example
Text Example
White with #907B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907B3C; }
p { color: rgb(144,123,60); }
H1.HeaderClassName
{
color: #907B3C;
}
.AnyTagClassName
{
color: #907B3C;
}
</style>
background-color css
<style>
a { background-color: #907B3C; }
a { background-color: rgb(144,123,60); }
div.DivClassName
{
background-color: #907B3C;
}
.BgClassName
{
background-color: #907B3C;
}
</style>
border-color css
<style>
span { border-color: #907B3C; }
span { border-color: rgb(144,123,60); }
td.TdClassName
{
border-color: #907B3C;
}
.TagClassName
{
border-color: #907B3C;
}
</style>