Shades of Corn Harvest #93752C
Tints of Corn Harvest #93752C
RGB
CMYK
RGB Variations
Color information
#93752C (or 0x93752C) is known color: Corn Harvest. HEX triplet: 93, 75 and 2C. RGB value is (147,117,44). Sum of RGB (Red+Green+Blue) = 147+117+44=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 147 - color contains mainly: red. Hex color #93752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93752C is #6C8AD3. Grayscale: #757575. Windows color (decimal): -7113428 or 2913683. OLE color: 2913683.
HSL color Cylindrical-coordinate representation of color #93752C: hue angle of 42.52º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93752C is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 117 | 44 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.42 |
| HSL | 42.52º | 0.54% | 0.37% | - |
| HSV(B) | 42.52º | 0.7% | 0.58% | - |
| XYZ | 18.85 | 19.11 | 5.08 | - |
| YUV | 117.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 44 | 0 | 0.20 | 0.70 | 0.42 | 42.52 | 0.54 | 0.37 |
| Hex | 93 | 75 | 2C | 0 | 14 | 46 | 2A | 2B | 36 | 25 |
| Octal | 223 | 165 | 54 | 0 | 24 | 106 | 52 | 53 | 66 | 45 |
| Binary | 10010011 | 1110101 | 101100 | 0 | 10100 | 1000110 | 101010 | 101011 | 110110 | 100101 |
Color Harmonies of #93752C
Complementary color
Monochromatic Colors of #93752C
Black with #93752C
Text Example
Text Example
White with #93752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93752C; }
p { color: rgb(147,117,44); }
H1.HeaderClassName
{
color: #93752C;
}
.AnyTagClassName
{
color: #93752C;
}
</style>
background-color css
<style>
a { background-color: #93752C; }
a { background-color: rgb(147,117,44); }
div.DivClassName
{
background-color: #93752C;
}
.BgClassName
{
background-color: #93752C;
}
</style>
border-color css
<style>
span { border-color: #93752C; }
span { border-color: rgb(147,117,44); }
td.TdClassName
{
border-color: #93752C;
}
.TagClassName
{
border-color: #93752C;
}
</style>