Shades of Russet #8A4220
Tints of Russet #8A4220
RGB
CMYK
RGB Variations
Color information
#8A4220 (or 0x8A4220) is known color: Russet. HEX triplet: 8A, 42 and 20. RGB value is (138,66,32). Sum of RGB (Red+Green+Blue) = 138+66+32=236 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.47% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4220 is #75BDDF. Grayscale: #535353. Windows color (decimal): -7716320 or 2114186. OLE color: 2114186.
HSL color Cylindrical-coordinate representation of color #8A4220: hue angle of 19.25º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A4220 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 66 | 32 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.46 |
| HSL | 19.25º | 0.62% | 0.33% | - |
| HSV(B) | 19.25º | 0.77% | 0.54% | - |
| XYZ | 12.69 | 9.4 | 2.51 | - |
| YUV | 83.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 66 | 32 | 0 | 0.52 | 0.77 | 0.46 | 19.25 | 0.62 | 0.33 |
| Hex | 8A | 42 | 20 | 0 | 34 | 4D | 2E | 13 | 3E | 21 |
| Octal | 212 | 102 | 40 | 0 | 64 | 115 | 56 | 23 | 76 | 41 |
| Binary | 10001010 | 1000010 | 100000 | 0 | 110100 | 1001101 | 101110 | 10011 | 111110 | 100001 |
Color Harmonies of #8A4220
Complementary color
Monochromatic Colors of #8A4220
Black with #8A4220
Text Example
Text Example
White with #8A4220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4220; }
p { color: rgb(138,66,32); }
H1.HeaderClassName
{
color: #8A4220;
}
.AnyTagClassName
{
color: #8A4220;
}
</style>
background-color css
<style>
a { background-color: #8A4220; }
a { background-color: rgb(138,66,32); }
div.DivClassName
{
background-color: #8A4220;
}
.BgClassName
{
background-color: #8A4220;
}
</style>
border-color css
<style>
span { border-color: #8A4220; }
span { border-color: rgb(138,66,32); }
td.TdClassName
{
border-color: #8A4220;
}
.TagClassName
{
border-color: #8A4220;
}
</style>