Shades of Corn Harvest #95722A
Tints of Corn Harvest #95722A
RGB
CMYK
RGB Variations
Color information
#95722A (or 0x95722A) is known color: Corn Harvest. HEX triplet: 95, 72 and 2A. RGB value is (149,114,42). Sum of RGB (Red+Green+Blue) = 149+114+42=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95722A is #6A8DD5. Grayscale: #747474. Windows color (decimal): -6983126 or 2781845. OLE color: 2781845.
HSL color Cylindrical-coordinate representation of color #95722A: hue angle of 40.37º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95722A is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 42 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.42 |
| HSL | 40.37º | 0.56% | 0.37% | - |
| HSV(B) | 40.37º | 0.72% | 0.58% | - |
| XYZ | 18.83 | 18.59 | 4.79 | - |
| YUV | 116.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 42 | 0 | 0.23 | 0.72 | 0.42 | 40.37 | 0.56 | 0.37 |
| Hex | 95 | 72 | 2A | 0 | 17 | 48 | 2A | 28 | 38 | 25 |
| Octal | 225 | 162 | 52 | 0 | 27 | 110 | 52 | 50 | 70 | 45 |
| Binary | 10010101 | 1110010 | 101010 | 0 | 10111 | 1001000 | 101010 | 101000 | 111000 | 100101 |
Color Harmonies of #95722A
Complementary color
Monochromatic Colors of #95722A
Black with #95722A
Text Example
Text Example
White with #95722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95722A; }
p { color: rgb(149,114,42); }
H1.HeaderClassName
{
color: #95722A;
}
.AnyTagClassName
{
color: #95722A;
}
</style>
background-color css
<style>
a { background-color: #95722A; }
a { background-color: rgb(149,114,42); }
div.DivClassName
{
background-color: #95722A;
}
.BgClassName
{
background-color: #95722A;
}
</style>
border-color css
<style>
span { border-color: #95722A; }
span { border-color: rgb(149,114,42); }
td.TdClassName
{
border-color: #95722A;
}
.TagClassName
{
border-color: #95722A;
}
</style>