Shades of Corn Harvest #93752D
Tints of Corn Harvest #93752D
RGB
CMYK
RGB Variations
Color information
#93752D (or 0x93752D) is known color: Corn Harvest. HEX triplet: 93, 75 and 2D. RGB value is (147,117,45). Sum of RGB (Red+Green+Blue) = 147+117+45=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #93752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93752D is #6C8AD2. Grayscale: #767676. Windows color (decimal): -7113427 or 2979219. OLE color: 2979219.
HSL color Cylindrical-coordinate representation of color #93752D: hue angle of 42.35º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93752D is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 117 | 45 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.42 |
| HSL | 42.35º | 0.53% | 0.38% | - |
| HSV(B) | 42.35º | 0.69% | 0.58% | - |
| XYZ | 18.87 | 19.12 | 5.18 | - |
| YUV | 117.76 | 86.94 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 45 | 0 | 0.20 | 0.69 | 0.42 | 42.35 | 0.53 | 0.38 |
| Hex | 93 | 75 | 2D | 0 | 14 | 45 | 2A | 2A | 35 | 26 |
| Octal | 223 | 165 | 55 | 0 | 24 | 105 | 52 | 52 | 65 | 46 |
| Binary | 10010011 | 1110101 | 101101 | 0 | 10100 | 1000101 | 101010 | 101010 | 110101 | 100110 |
Color Harmonies of #93752D
Complementary color
Monochromatic Colors of #93752D
Black with #93752D
Text Example
Text Example
White with #93752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93752D; }
p { color: rgb(147,117,45); }
H1.HeaderClassName
{
color: #93752D;
}
.AnyTagClassName
{
color: #93752D;
}
</style>
background-color css
<style>
a { background-color: #93752D; }
a { background-color: rgb(147,117,45); }
div.DivClassName
{
background-color: #93752D;
}
.BgClassName
{
background-color: #93752D;
}
</style>
border-color css
<style>
span { border-color: #93752D; }
span { border-color: rgb(147,117,45); }
td.TdClassName
{
border-color: #93752D;
}
.TagClassName
{
border-color: #93752D;
}
</style>