Shades of Russet #884A22
Tints of Russet #884A22
RGB
CMYK
RGB Variations
Color information
#884A22 (or 0x884A22) is known color: Russet. HEX triplet: 88, 4A and 22. RGB value is (136,74,34). Sum of RGB (Red+Green+Blue) = 136+74+34=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #884A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A22 is #77B5DD. Grayscale: #585858. Windows color (decimal): -7845342 or 2247304. OLE color: 2247304.
HSL color Cylindrical-coordinate representation of color #884A22: hue angle of 23.53º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #884A22 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 34 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.47 |
| HSL | 23.53º | 0.6% | 0.33% | - |
| HSV(B) | 23.53º | 0.75% | 0.53% | - |
| XYZ | 12.89 | 10.25 | 2.81 | - |
| YUV | 87.98 | 97.54 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 34 | 0 | 0.46 | 0.75 | 0.47 | 23.53 | 0.6 | 0.33 |
| Hex | 88 | 4A | 22 | 0 | 2E | 4B | 2F | 18 | 3C | 21 |
| Octal | 210 | 112 | 42 | 0 | 56 | 113 | 57 | 30 | 74 | 41 |
| Binary | 10001000 | 1001010 | 100010 | 0 | 101110 | 1001011 | 101111 | 11000 | 111100 | 100001 |
Color Harmonies of #884A22
Complementary color
Monochromatic Colors of #884A22
Black with #884A22
Text Example
Text Example
White with #884A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A22; }
p { color: rgb(136,74,34); }
H1.HeaderClassName
{
color: #884A22;
}
.AnyTagClassName
{
color: #884A22;
}
</style>
background-color css
<style>
a { background-color: #884A22; }
a { background-color: rgb(136,74,34); }
div.DivClassName
{
background-color: #884A22;
}
.BgClassName
{
background-color: #884A22;
}
</style>
border-color css
<style>
span { border-color: #884A22; }
span { border-color: rgb(136,74,34); }
td.TdClassName
{
border-color: #884A22;
}
.TagClassName
{
border-color: #884A22;
}
</style>