Shades of Corn Harvest #93722A
Tints of Corn Harvest #93722A
RGB
CMYK
RGB Variations
Color information
#93722A (or 0x93722A) is known color: Corn Harvest. HEX triplet: 93, 72 and 2A. RGB value is (147,114,42). Sum of RGB (Red+Green+Blue) = 147+114+42=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #93722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93722A is #6C8DD5. Grayscale: #737373. Windows color (decimal): -7114198 or 2781843. OLE color: 2781843.
HSL color Cylindrical-coordinate representation of color #93722A: hue angle of 41.14º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93722A is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 114 | 42 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.42 |
| HSL | 41.14º | 0.56% | 0.37% | - |
| HSV(B) | 41.14º | 0.71% | 0.58% | - |
| XYZ | 18.47 | 18.4 | 4.77 | - |
| YUV | 115.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 114 | 42 | 0 | 0.22 | 0.71 | 0.42 | 41.14 | 0.56 | 0.37 |
| Hex | 93 | 72 | 2A | 0 | 16 | 47 | 2A | 29 | 38 | 25 |
| Octal | 223 | 162 | 52 | 0 | 26 | 107 | 52 | 51 | 70 | 45 |
| Binary | 10010011 | 1110010 | 101010 | 0 | 10110 | 1000111 | 101010 | 101001 | 111000 | 100101 |
Color Harmonies of #93722A
Complementary color
Monochromatic Colors of #93722A
Black with #93722A
Text Example
Text Example
White with #93722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93722A; }
p { color: rgb(147,114,42); }
H1.HeaderClassName
{
color: #93722A;
}
.AnyTagClassName
{
color: #93722A;
}
</style>
background-color css
<style>
a { background-color: #93722A; }
a { background-color: rgb(147,114,42); }
div.DivClassName
{
background-color: #93722A;
}
.BgClassName
{
background-color: #93722A;
}
</style>
border-color css
<style>
span { border-color: #93722A; }
span { border-color: rgb(147,114,42); }
td.TdClassName
{
border-color: #93722A;
}
.TagClassName
{
border-color: #93722A;
}
</style>