Shades of Corn Harvest #93751D
Tints of Corn Harvest #93751D
RGB
CMYK
RGB Variations
Color information
#93751D (or 0x93751D) is known color: Corn Harvest. HEX triplet: 93, 75 and 1D. RGB value is (147,117,29). Sum of RGB (Red+Green+Blue) = 147+117+29=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93751D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93751D is #6C8AE2. Grayscale: #747474. Windows color (decimal): -7113443 or 1930643. OLE color: 1930643.
HSL color Cylindrical-coordinate representation of color #93751D: hue angle of 44.75º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93751D is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 117 | 29 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.42 |
| HSL | 44.75º | 0.67% | 0.35% | - |
| HSV(B) | 44.75º | 0.8% | 0.58% | - |
| XYZ | 18.62 | 19.01 | 3.85 | - |
| YUV | 115.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 29 | 0 | 0.20 | 0.80 | 0.42 | 44.75 | 0.67 | 0.35 |
| Hex | 93 | 75 | 1D | 0 | 14 | 50 | 2A | 2D | 43 | 23 |
| Octal | 223 | 165 | 35 | 0 | 24 | 120 | 52 | 55 | 103 | 43 |
| Binary | 10010011 | 1110101 | 11101 | 0 | 10100 | 1010000 | 101010 | 101101 | 1000011 | 100011 |
Color Harmonies of #93751D
Complementary color
Monochromatic Colors of #93751D
Black with #93751D
Text Example
Text Example
White with #93751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93751D; }
p { color: rgb(147,117,29); }
H1.HeaderClassName
{
color: #93751D;
}
.AnyTagClassName
{
color: #93751D;
}
</style>
background-color css
<style>
a { background-color: #93751D; }
a { background-color: rgb(147,117,29); }
div.DivClassName
{
background-color: #93751D;
}
.BgClassName
{
background-color: #93751D;
}
</style>
border-color css
<style>
span { border-color: #93751D; }
span { border-color: rgb(147,117,29); }
td.TdClassName
{
border-color: #93751D;
}
.TagClassName
{
border-color: #93751D;
}
</style>