Shades of Corn Harvest #93721B
Tints of Corn Harvest #93721B
RGB
CMYK
RGB Variations
Color information
#93721B (or 0x93721B) is known color: Corn Harvest. HEX triplet: 93, 72 and 1B. RGB value is (147,114,27). Sum of RGB (Red+Green+Blue) = 147+114+27=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93721B is #6C8DE4. Grayscale: #727272. Windows color (decimal): -7114213 or 1798803. OLE color: 1798803.
HSL color Cylindrical-coordinate representation of color #93721B: hue angle of 43.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93721B is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 114 | 27 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.42 |
| HSL | 43.5º | 0.69% | 0.34% | - |
| HSV(B) | 43.5º | 0.82% | 0.58% | - |
| XYZ | 18.25 | 18.32 | 3.61 | - |
| YUV | 113.95 | 78.93 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 114 | 27 | 0 | 0.22 | 0.82 | 0.42 | 43.5 | 0.69 | 0.34 |
| Hex | 93 | 72 | 1B | 0 | 16 | 52 | 2A | 2C | 45 | 22 |
| Octal | 223 | 162 | 33 | 0 | 26 | 122 | 52 | 54 | 105 | 42 |
| Binary | 10010011 | 1110010 | 11011 | 0 | 10110 | 1010010 | 101010 | 101100 | 1000101 | 100010 |
Color Harmonies of #93721B
Complementary color
Monochromatic Colors of #93721B
Black with #93721B
Text Example
Text Example
White with #93721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93721B; }
p { color: rgb(147,114,27); }
H1.HeaderClassName
{
color: #93721B;
}
.AnyTagClassName
{
color: #93721B;
}
</style>
background-color css
<style>
a { background-color: #93721B; }
a { background-color: rgb(147,114,27); }
div.DivClassName
{
background-color: #93721B;
}
.BgClassName
{
background-color: #93721B;
}
</style>
border-color css
<style>
span { border-color: #93721B; }
span { border-color: rgb(147,114,27); }
td.TdClassName
{
border-color: #93721B;
}
.TagClassName
{
border-color: #93721B;
}
</style>