Shades of Russet #884D1B
Tints of Russet #884D1B
RGB
CMYK
RGB Variations
Color information
#884D1B (or 0x884D1B) is known color: Russet. HEX triplet: 88, 4D and 1B. RGB value is (136,77,27). Sum of RGB (Red+Green+Blue) = 136+77+27=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #884D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D1B is #77B2E4. Grayscale: #595959. Windows color (decimal): -7844581 or 1789320. OLE color: 1789320.
HSL color Cylindrical-coordinate representation of color #884D1B: hue angle of 27.52º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #884D1B is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 27 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.47 |
| HSL | 27.52º | 0.67% | 0.32% | - |
| HSV(B) | 27.52º | 0.8% | 0.53% | - |
| XYZ | 13.01 | 10.62 | 2.4 | - |
| YUV | 88.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 27 | 0 | 0.43 | 0.80 | 0.47 | 27.52 | 0.67 | 0.32 |
| Hex | 88 | 4D | 1B | 0 | 2B | 50 | 2F | 1C | 43 | 20 |
| Octal | 210 | 115 | 33 | 0 | 53 | 120 | 57 | 34 | 103 | 40 |
| Binary | 10001000 | 1001101 | 11011 | 0 | 101011 | 1010000 | 101111 | 11100 | 1000011 | 100000 |
Color Harmonies of #884D1B
Complementary color
Monochromatic Colors of #884D1B
Black with #884D1B
Text Example
Text Example
White with #884D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D1B; }
p { color: rgb(136,77,27); }
H1.HeaderClassName
{
color: #884D1B;
}
.AnyTagClassName
{
color: #884D1B;
}
</style>
background-color css
<style>
a { background-color: #884D1B; }
a { background-color: rgb(136,77,27); }
div.DivClassName
{
background-color: #884D1B;
}
.BgClassName
{
background-color: #884D1B;
}
</style>
border-color css
<style>
span { border-color: #884D1B; }
span { border-color: rgb(136,77,27); }
td.TdClassName
{
border-color: #884D1B;
}
.TagClassName
{
border-color: #884D1B;
}
</style>