Shades of Corn Harvest #93741C
Tints of Corn Harvest #93741C
RGB
CMYK
RGB Variations
Color information
#93741C (or 0x93741C) is known color: Corn Harvest. HEX triplet: 93, 74 and 1C. RGB value is (147,116,28). Sum of RGB (Red+Green+Blue) = 147+116+28=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #93741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93741C is #6C8BE3. Grayscale: #737373. Windows color (decimal): -7113700 or 1864851. OLE color: 1864851.
HSL color Cylindrical-coordinate representation of color #93741C: hue angle of 44.37º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93741C is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 116 | 28 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.42 |
| HSL | 44.37º | 0.68% | 0.34% | - |
| HSV(B) | 44.37º | 0.81% | 0.58% | - |
| XYZ | 18.49 | 18.78 | 3.75 | - |
| YUV | 115.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 28 | 0 | 0.21 | 0.81 | 0.42 | 44.37 | 0.68 | 0.34 |
| Hex | 93 | 74 | 1C | 0 | 15 | 51 | 2A | 2C | 44 | 22 |
| Octal | 223 | 164 | 34 | 0 | 25 | 121 | 52 | 54 | 104 | 42 |
| Binary | 10010011 | 1110100 | 11100 | 0 | 10101 | 1010001 | 101010 | 101100 | 1000100 | 100010 |
Color Harmonies of #93741C
Complementary color
Monochromatic Colors of #93741C
Black with #93741C
Text Example
Text Example
White with #93741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93741C; }
p { color: rgb(147,116,28); }
H1.HeaderClassName
{
color: #93741C;
}
.AnyTagClassName
{
color: #93741C;
}
</style>
background-color css
<style>
a { background-color: #93741C; }
a { background-color: rgb(147,116,28); }
div.DivClassName
{
background-color: #93741C;
}
.BgClassName
{
background-color: #93741C;
}
</style>
border-color css
<style>
span { border-color: #93741C; }
span { border-color: rgb(147,116,28); }
td.TdClassName
{
border-color: #93741C;
}
.TagClassName
{
border-color: #93741C;
}
</style>