Shades of Corn Harvest #8B7527
Tints of Corn Harvest #8B7527
RGB
CMYK
RGB Variations
Color information
#8B7527 (or 0x8B7527) is known color: Corn Harvest. HEX triplet: 8B, 75 and 27. RGB value is (139,117,39). Sum of RGB (Red+Green+Blue) = 139+117+39=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7527 is #748AD8. Grayscale: #737373. Windows color (decimal): -7637721 or 2585995. OLE color: 2585995.
HSL color Cylindrical-coordinate representation of color #8B7527: hue angle of 46.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B7527 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 39 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.45 |
| HSL | 46.8º | 0.56% | 0.35% | - |
| HSV(B) | 46.8º | 0.72% | 0.55% | - |
| XYZ | 17.37 | 18.36 | 4.55 | - |
| YUV | 114.69 | 85.29 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 39 | 0 | 0.16 | 0.72 | 0.45 | 46.8 | 0.56 | 0.35 |
| Hex | 8B | 75 | 27 | 0 | 10 | 48 | 2D | 2F | 38 | 23 |
| Octal | 213 | 165 | 47 | 0 | 20 | 110 | 55 | 57 | 70 | 43 |
| Binary | 10001011 | 1110101 | 100111 | 0 | 10000 | 1001000 | 101101 | 101111 | 111000 | 100011 |
Color Harmonies of #8B7527
Complementary color
Monochromatic Colors of #8B7527
Black with #8B7527
Text Example
Text Example
White with #8B7527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7527; }
p { color: rgb(139,117,39); }
H1.HeaderClassName
{
color: #8B7527;
}
.AnyTagClassName
{
color: #8B7527;
}
</style>
background-color css
<style>
a { background-color: #8B7527; }
a { background-color: rgb(139,117,39); }
div.DivClassName
{
background-color: #8B7527;
}
.BgClassName
{
background-color: #8B7527;
}
</style>
border-color css
<style>
span { border-color: #8B7527; }
span { border-color: rgb(139,117,39); }
td.TdClassName
{
border-color: #8B7527;
}
.TagClassName
{
border-color: #8B7527;
}
</style>