Shades of Russet #8A441E
Tints of Russet #8A441E
RGB
CMYK
RGB Variations
Color information
#8A441E (or 0x8A441E) is known color: Russet. HEX triplet: 8A, 44 and 1E. RGB value is (138,68,30). Sum of RGB (Red+Green+Blue) = 138+68+30=236 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.47% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 138 - color contains mainly: red. Hex color #8A441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A441E is #75BBE1. Grayscale: #545454. Windows color (decimal): -7715810 or 1983626. OLE color: 1983626.
HSL color Cylindrical-coordinate representation of color #8A441E: hue angle of 21.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A441E is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 30 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.46 |
| HSL | 21.11º | 0.64% | 0.33% | - |
| HSV(B) | 21.11º | 0.78% | 0.54% | - |
| XYZ | 12.78 | 9.63 | 2.41 | - |
| YUV | 84.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 30 | 0 | 0.51 | 0.78 | 0.46 | 21.11 | 0.64 | 0.33 |
| Hex | 8A | 44 | 1E | 0 | 33 | 4E | 2E | 15 | 40 | 21 |
| Octal | 212 | 104 | 36 | 0 | 63 | 116 | 56 | 25 | 100 | 41 |
| Binary | 10001010 | 1000100 | 11110 | 0 | 110011 | 1001110 | 101110 | 10101 | 1000000 | 100001 |
Color Harmonies of #8A441E
Complementary color
Monochromatic Colors of #8A441E
Black with #8A441E
Text Example
Text Example
White with #8A441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A441E; }
p { color: rgb(138,68,30); }
H1.HeaderClassName
{
color: #8A441E;
}
.AnyTagClassName
{
color: #8A441E;
}
</style>
background-color css
<style>
a { background-color: #8A441E; }
a { background-color: rgb(138,68,30); }
div.DivClassName
{
background-color: #8A441E;
}
.BgClassName
{
background-color: #8A441E;
}
</style>
border-color css
<style>
span { border-color: #8A441E; }
span { border-color: rgb(138,68,30); }
td.TdClassName
{
border-color: #8A441E;
}
.TagClassName
{
border-color: #8A441E;
}
</style>