Shades of Russet #884A20
Tints of Russet #884A20
RGB
CMYK
RGB Variations
Color information
#884A20 (or 0x884A20) is known color: Russet. HEX triplet: 88, 4A and 20. RGB value is (136,74,32). Sum of RGB (Red+Green+Blue) = 136+74+32=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #884A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A20 is #77B5DF. Grayscale: #575757. Windows color (decimal): -7845344 or 2116232. OLE color: 2116232.
HSL color Cylindrical-coordinate representation of color #884A20: hue angle of 24.23º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #884A20 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 32 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.47 |
| HSL | 24.23º | 0.62% | 0.33% | - |
| HSV(B) | 24.23º | 0.76% | 0.53% | - |
| XYZ | 12.86 | 10.24 | 2.66 | - |
| YUV | 87.75 | 96.54 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 32 | 0 | 0.46 | 0.76 | 0.47 | 24.23 | 0.62 | 0.33 |
| Hex | 88 | 4A | 20 | 0 | 2E | 4C | 2F | 18 | 3E | 21 |
| Octal | 210 | 112 | 40 | 0 | 56 | 114 | 57 | 30 | 76 | 41 |
| Binary | 10001000 | 1001010 | 100000 | 0 | 101110 | 1001100 | 101111 | 11000 | 111110 | 100001 |
Color Harmonies of #884A20
Complementary color
Monochromatic Colors of #884A20
Black with #884A20
Text Example
Text Example
White with #884A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A20; }
p { color: rgb(136,74,32); }
H1.HeaderClassName
{
color: #884A20;
}
.AnyTagClassName
{
color: #884A20;
}
</style>
background-color css
<style>
a { background-color: #884A20; }
a { background-color: rgb(136,74,32); }
div.DivClassName
{
background-color: #884A20;
}
.BgClassName
{
background-color: #884A20;
}
</style>
border-color css
<style>
span { border-color: #884A20; }
span { border-color: rgb(136,74,32); }
td.TdClassName
{
border-color: #884A20;
}
.TagClassName
{
border-color: #884A20;
}
</style>