Shades of Rusty Nail #8B622F
Tints of Rusty Nail #8B622F
RGB
CMYK
RGB Variations
Color information
#8B622F (or 0x8B622F) is known color: Rusty Nail. HEX triplet: 8B, 62 and 2F. RGB value is (139,98,47). Sum of RGB (Red+Green+Blue) = 139+98+47=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B622F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B622F is #749DD0. Grayscale: #686868. Windows color (decimal): -7642577 or 3105419. OLE color: 3105419.
HSL color Cylindrical-coordinate representation of color #8B622F: hue angle of 33.26º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B622F is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 47 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.45 |
| HSL | 33.26º | 0.49% | 0.36% | - |
| HSV(B) | 33.26º | 0.66% | 0.55% | - |
| XYZ | 15.53 | 14.43 | 4.66 | - |
| YUV | 104.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 47 | 0 | 0.29 | 0.66 | 0.45 | 33.26 | 0.49 | 0.36 |
| Hex | 8B | 62 | 2F | 0 | 1D | 42 | 2D | 21 | 31 | 24 |
| Octal | 213 | 142 | 57 | 0 | 35 | 102 | 55 | 41 | 61 | 44 |
| Binary | 10001011 | 1100010 | 101111 | 0 | 11101 | 1000010 | 101101 | 100001 | 110001 | 100100 |
Color Harmonies of #8B622F
Complementary color
Monochromatic Colors of #8B622F
Black with #8B622F
Text Example
Text Example
White with #8B622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B622F; }
p { color: rgb(139,98,47); }
H1.HeaderClassName
{
color: #8B622F;
}
.AnyTagClassName
{
color: #8B622F;
}
</style>
background-color css
<style>
a { background-color: #8B622F; }
a { background-color: rgb(139,98,47); }
div.DivClassName
{
background-color: #8B622F;
}
.BgClassName
{
background-color: #8B622F;
}
</style>
border-color css
<style>
span { border-color: #8B622F; }
span { border-color: rgb(139,98,47); }
td.TdClassName
{
border-color: #8B622F;
}
.TagClassName
{
border-color: #8B622F;
}
</style>