Shades of Leather #8B674D
Tints of Leather #8B674D
RGB
CMYK
RGB Variations
Color information
#8B674D (or 0x8B674D) is known color: Leather. HEX triplet: 8B, 67 and 4D. RGB value is (139,103,77). Sum of RGB (Red+Green+Blue) = 139+103+77=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B674D is #7498B2. Grayscale: #6E6E6E. Windows color (decimal): -7641267 or 5072779. OLE color: 5072779.
HSL color Cylindrical-coordinate representation of color #8B674D: hue angle of 25.16º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B674D is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 103 | 77 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.45 |
| HSL | 25.16º | 0.29% | 0.42% | - |
| HSV(B) | 25.16º | 0.45% | 0.55% | - |
| XYZ | 16.84 | 15.73 | 9.17 | - |
| YUV | 110.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 77 | 0 | 0.26 | 0.45 | 0.45 | 25.16 | 0.29 | 0.42 |
| Hex | 8B | 67 | 4D | 0 | 1A | 2D | 2D | 19 | 1D | 2A |
| Octal | 213 | 147 | 115 | 0 | 32 | 55 | 55 | 31 | 35 | 52 |
| Binary | 10001011 | 1100111 | 1001101 | 0 | 11010 | 101101 | 101101 | 11001 | 11101 | 101010 |
Color Harmonies of #8B674D
Complementary color
Monochromatic Colors of #8B674D
Black with #8B674D
Text Example
Text Example
White with #8B674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B674D; }
p { color: rgb(139,103,77); }
H1.HeaderClassName
{
color: #8B674D;
}
.AnyTagClassName
{
color: #8B674D;
}
</style>
background-color css
<style>
a { background-color: #8B674D; }
a { background-color: rgb(139,103,77); }
div.DivClassName
{
background-color: #8B674D;
}
.BgClassName
{
background-color: #8B674D;
}
</style>
border-color css
<style>
span { border-color: #8B674D; }
span { border-color: rgb(139,103,77); }
td.TdClassName
{
border-color: #8B674D;
}
.TagClassName
{
border-color: #8B674D;
}
</style>