Shades of Corn Harvest #93752F
Tints of Corn Harvest #93752F
RGB
CMYK
RGB Variations
Color information
#93752F (or 0x93752F) is known color: Corn Harvest. HEX triplet: 93, 75 and 2F. RGB value is (147,117,47). Sum of RGB (Red+Green+Blue) = 147+117+47=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93752F is #6C8AD0. Grayscale: #767676. Windows color (decimal): -7113425 or 3110291. OLE color: 3110291.
HSL color Cylindrical-coordinate representation of color #93752F: hue angle of 42º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93752F is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 117 | 47 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.42 |
| HSL | 42º | 0.52% | 0.38% | - |
| HSV(B) | 42º | 0.68% | 0.58% | - |
| XYZ | 18.91 | 19.13 | 5.39 | - |
| YUV | 117.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 47 | 0 | 0.20 | 0.68 | 0.42 | 42 | 0.52 | 0.38 |
| Hex | 93 | 75 | 2F | 0 | 14 | 44 | 2A | 2A | 34 | 26 |
| Octal | 223 | 165 | 57 | 0 | 24 | 104 | 52 | 52 | 64 | 46 |
| Binary | 10010011 | 1110101 | 101111 | 0 | 10100 | 1000100 | 101010 | 101010 | 110100 | 100110 |
Color Harmonies of #93752F
Complementary color
Monochromatic Colors of #93752F
Black with #93752F
Text Example
Text Example
White with #93752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93752F; }
p { color: rgb(147,117,47); }
H1.HeaderClassName
{
color: #93752F;
}
.AnyTagClassName
{
color: #93752F;
}
</style>
background-color css
<style>
a { background-color: #93752F; }
a { background-color: rgb(147,117,47); }
div.DivClassName
{
background-color: #93752F;
}
.BgClassName
{
background-color: #93752F;
}
</style>
border-color css
<style>
span { border-color: #93752F; }
span { border-color: rgb(147,117,47); }
td.TdClassName
{
border-color: #93752F;
}
.TagClassName
{
border-color: #93752F;
}
</style>