Shades of Corn Harvest #927B38
Tints of Corn Harvest #927B38
RGB
CMYK
RGB Variations
Color information
#927B38 (or 0x927B38) is known color: Corn Harvest. HEX triplet: 92, 7B and 38. RGB value is (146,123,56). Sum of RGB (Red+Green+Blue) = 146+123+56=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #927B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927B38 is #6D84C7. Grayscale: #7A7A7A. Windows color (decimal): -7177416 or 3701650. OLE color: 3701650.
HSL color Cylindrical-coordinate representation of color #927B38: hue angle of 44.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #927B38 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 56 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.43 |
| HSL | 44.67º | 0.45% | 0.4% | - |
| HSV(B) | 44.67º | 0.62% | 0.57% | - |
| XYZ | 19.65 | 20.56 | 6.67 | - |
| YUV | 122.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 56 | 0 | 0.16 | 0.62 | 0.43 | 44.67 | 0.45 | 0.4 |
| Hex | 92 | 7B | 38 | 0 | 10 | 3E | 2B | 2D | 2D | 28 |
| Octal | 222 | 173 | 70 | 0 | 20 | 76 | 53 | 55 | 55 | 50 |
| Binary | 10010010 | 1111011 | 111000 | 0 | 10000 | 111110 | 101011 | 101101 | 101101 | 101000 |
Color Harmonies of #927B38
Complementary color
Monochromatic Colors of #927B38
Black with #927B38
Text Example
Text Example
White with #927B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B38; }
p { color: rgb(146,123,56); }
H1.HeaderClassName
{
color: #927B38;
}
.AnyTagClassName
{
color: #927B38;
}
</style>
background-color css
<style>
a { background-color: #927B38; }
a { background-color: rgb(146,123,56); }
div.DivClassName
{
background-color: #927B38;
}
.BgClassName
{
background-color: #927B38;
}
</style>
border-color css
<style>
span { border-color: #927B38; }
span { border-color: rgb(146,123,56); }
td.TdClassName
{
border-color: #927B38;
}
.TagClassName
{
border-color: #927B38;
}
</style>