Shades of Corn Harvest #8B713D
Tints of Corn Harvest #8B713D
RGB
CMYK
RGB Variations
Color information
#8B713D (or 0x8B713D) is known color: Corn Harvest. HEX triplet: 8B, 71 and 3D. RGB value is (139,113,61). Sum of RGB (Red+Green+Blue) = 139+113+61=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B713D is #748EC2. Grayscale: #737373. Windows color (decimal): -7638723 or 4026763. OLE color: 4026763.
HSL color Cylindrical-coordinate representation of color #8B713D: hue angle of 40º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B713D is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 61 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.45 |
| HSL | 40º | 0.39% | 0.39% | - |
| HSV(B) | 40º | 0.56% | 0.55% | - |
| XYZ | 17.39 | 17.64 | 6.9 | - |
| YUV | 114.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 61 | 0 | 0.19 | 0.56 | 0.45 | 40 | 0.39 | 0.39 |
| Hex | 8B | 71 | 3D | 0 | 13 | 38 | 2D | 28 | 27 | 27 |
| Octal | 213 | 161 | 75 | 0 | 23 | 70 | 55 | 50 | 47 | 47 |
| Binary | 10001011 | 1110001 | 111101 | 0 | 10011 | 111000 | 101101 | 101000 | 100111 | 100111 |
Color Harmonies of #8B713D
Complementary color
Monochromatic Colors of #8B713D
Black with #8B713D
Text Example
Text Example
White with #8B713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B713D; }
p { color: rgb(139,113,61); }
H1.HeaderClassName
{
color: #8B713D;
}
.AnyTagClassName
{
color: #8B713D;
}
</style>
background-color css
<style>
a { background-color: #8B713D; }
a { background-color: rgb(139,113,61); }
div.DivClassName
{
background-color: #8B713D;
}
.BgClassName
{
background-color: #8B713D;
}
</style>
border-color css
<style>
span { border-color: #8B713D; }
span { border-color: rgb(139,113,61); }
td.TdClassName
{
border-color: #8B713D;
}
.TagClassName
{
border-color: #8B713D;
}
</style>