Shades of Corn Harvest #947B3C
Tints of Corn Harvest #947B3C
RGB
CMYK
RGB Variations
Color information
#947B3C (or 0x947B3C) is known color: Corn Harvest. HEX triplet: 94, 7B and 3C. RGB value is (148,123,60). Sum of RGB (Red+Green+Blue) = 148+123+60=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #947B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947B3C is #6B84C3. Grayscale: #7B7B7B. Windows color (decimal): -7046340 or 3963796. OLE color: 3963796.
HSL color Cylindrical-coordinate representation of color #947B3C: hue angle of 42.95º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #947B3C is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 123 | 60 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.42 |
| HSL | 42.95º | 0.42% | 0.41% | - |
| HSV(B) | 42.95º | 0.59% | 0.58% | - |
| XYZ | 20.11 | 20.79 | 7.23 | - |
| YUV | 123.29 | 92.28 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 60 | 0 | 0.17 | 0.59 | 0.42 | 42.95 | 0.42 | 0.41 |
| Hex | 94 | 7B | 3C | 0 | 11 | 3B | 2A | 2B | 2A | 29 |
| Octal | 224 | 173 | 74 | 0 | 21 | 73 | 52 | 53 | 52 | 51 |
| Binary | 10010100 | 1111011 | 111100 | 0 | 10001 | 111011 | 101010 | 101011 | 101010 | 101001 |
Color Harmonies of #947B3C
Complementary color
Monochromatic Colors of #947B3C
Black with #947B3C
Text Example
Text Example
White with #947B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947B3C; }
p { color: rgb(148,123,60); }
H1.HeaderClassName
{
color: #947B3C;
}
.AnyTagClassName
{
color: #947B3C;
}
</style>
background-color css
<style>
a { background-color: #947B3C; }
a { background-color: rgb(148,123,60); }
div.DivClassName
{
background-color: #947B3C;
}
.BgClassName
{
background-color: #947B3C;
}
</style>
border-color css
<style>
span { border-color: #947B3C; }
span { border-color: rgb(148,123,60); }
td.TdClassName
{
border-color: #947B3C;
}
.TagClassName
{
border-color: #947B3C;
}
</style>