Shades of Russet #884320
Tints of Russet #884320
RGB
CMYK
RGB Variations
Color information
#884320 (or 0x884320) is known color: Russet. HEX triplet: 88, 43 and 20. RGB value is (136,67,32). Sum of RGB (Red+Green+Blue) = 136+67+32=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #884320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884320 is #77BCDF. Grayscale: #535353. Windows color (decimal): -7847136 or 2114440. OLE color: 2114440.
HSL color Cylindrical-coordinate representation of color #884320: hue angle of 20.19º 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 #884320 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 32 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.47 |
| HSL | 20.19º | 0.62% | 0.33% | - |
| HSV(B) | 20.19º | 0.76% | 0.53% | - |
| XYZ | 12.42 | 9.35 | 2.52 | - |
| YUV | 83.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 32 | 0 | 0.51 | 0.76 | 0.47 | 20.19 | 0.62 | 0.33 |
| Hex | 88 | 43 | 20 | 0 | 33 | 4C | 2F | 14 | 3E | 21 |
| Octal | 210 | 103 | 40 | 0 | 63 | 114 | 57 | 24 | 76 | 41 |
| Binary | 10001000 | 1000011 | 100000 | 0 | 110011 | 1001100 | 101111 | 10100 | 111110 | 100001 |
Color Harmonies of #884320
Complementary color
Monochromatic Colors of #884320
Black with #884320
Text Example
Text Example
White with #884320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884320; }
p { color: rgb(136,67,32); }
H1.HeaderClassName
{
color: #884320;
}
.AnyTagClassName
{
color: #884320;
}
</style>
background-color css
<style>
a { background-color: #884320; }
a { background-color: rgb(136,67,32); }
div.DivClassName
{
background-color: #884320;
}
.BgClassName
{
background-color: #884320;
}
</style>
border-color css
<style>
span { border-color: #884320; }
span { border-color: rgb(136,67,32); }
td.TdClassName
{
border-color: #884320;
}
.TagClassName
{
border-color: #884320;
}
</style>