Shades of Russet #8A4F1D
Tints of Russet #8A4F1D
RGB
CMYK
RGB Variations
Color information
#8A4F1D (or 0x8A4F1D) is known color: Russet. HEX triplet: 8A, 4F and 1D. RGB value is (138,79,29). Sum of RGB (Red+Green+Blue) = 138+79+29=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A4F1D is #75B0E2. Grayscale: #5B5B5B. Windows color (decimal): -7712995 or 1920906. OLE color: 1920906.
HSL color Cylindrical-coordinate representation of color #8A4F1D: hue angle of 27.52º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A4F1D is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 79 | 29 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.46 |
| HSL | 27.52º | 0.65% | 0.33% | - |
| HSV(B) | 27.52º | 0.79% | 0.54% | - |
| XYZ | 13.5 | 11.08 | 2.59 | - |
| YUV | 90.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 79 | 29 | 0 | 0.43 | 0.79 | 0.46 | 27.52 | 0.65 | 0.33 |
| Hex | 8A | 4F | 1D | 0 | 2B | 4F | 2E | 1C | 41 | 21 |
| Octal | 212 | 117 | 35 | 0 | 53 | 117 | 56 | 34 | 101 | 41 |
| Binary | 10001010 | 1001111 | 11101 | 0 | 101011 | 1001111 | 101110 | 11100 | 1000001 | 100001 |
Color Harmonies of #8A4F1D
Complementary color
Monochromatic Colors of #8A4F1D
Black with #8A4F1D
Text Example
Text Example
White with #8A4F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4F1D; }
p { color: rgb(138,79,29); }
H1.HeaderClassName
{
color: #8A4F1D;
}
.AnyTagClassName
{
color: #8A4F1D;
}
</style>
background-color css
<style>
a { background-color: #8A4F1D; }
a { background-color: rgb(138,79,29); }
div.DivClassName
{
background-color: #8A4F1D;
}
.BgClassName
{
background-color: #8A4F1D;
}
</style>
border-color css
<style>
span { border-color: #8A4F1D; }
span { border-color: rgb(138,79,29); }
td.TdClassName
{
border-color: #8A4F1D;
}
.TagClassName
{
border-color: #8A4F1D;
}
</style>