Shades of Leather #8A674D
Tints of Leather #8A674D
RGB
CMYK
RGB Variations
Color information
#8A674D (or 0x8A674D) is known color: Leather. HEX triplet: 8A, 67 and 4D. RGB value is (138,103,77). Sum of RGB (Red+Green+Blue) = 138+103+77=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A674D is #7598B2. Grayscale: #6E6E6E. Windows color (decimal): -7706803 or 5072778. OLE color: 5072778.
HSL color Cylindrical-coordinate representation of color #8A674D: hue angle of 25.57º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A674D is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 103 | 77 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.46 |
| HSL | 25.57º | 0.28% | 0.42% | - |
| HSV(B) | 25.57º | 0.44% | 0.54% | - |
| XYZ | 16.67 | 15.64 | 9.16 | - |
| YUV | 110.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 103 | 77 | 0 | 0.25 | 0.44 | 0.46 | 25.57 | 0.28 | 0.42 |
| Hex | 8A | 67 | 4D | 0 | 19 | 2C | 2E | 1A | 1C | 2A |
| Octal | 212 | 147 | 115 | 0 | 31 | 54 | 56 | 32 | 34 | 52 |
| Binary | 10001010 | 1100111 | 1001101 | 0 | 11001 | 101100 | 101110 | 11010 | 11100 | 101010 |
Color Harmonies of #8A674D
Complementary color
Monochromatic Colors of #8A674D
Black with #8A674D
Text Example
Text Example
White with #8A674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A674D; }
p { color: rgb(138,103,77); }
H1.HeaderClassName
{
color: #8A674D;
}
.AnyTagClassName
{
color: #8A674D;
}
</style>
background-color css
<style>
a { background-color: #8A674D; }
a { background-color: rgb(138,103,77); }
div.DivClassName
{
background-color: #8A674D;
}
.BgClassName
{
background-color: #8A674D;
}
</style>
border-color css
<style>
span { border-color: #8A674D; }
span { border-color: rgb(138,103,77); }
td.TdClassName
{
border-color: #8A674D;
}
.TagClassName
{
border-color: #8A674D;
}
</style>