Shades of Russet #884B1E
Tints of Russet #884B1E
RGB
CMYK
RGB Variations
Color information
#884B1E (or 0x884B1E) is known color: Russet. HEX triplet: 88, 4B and 1E. RGB value is (136,75,30). Sum of RGB (Red+Green+Blue) = 136+75+30=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #884B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B1E is #77B4E1. Grayscale: #585858. Windows color (decimal): -7845090 or 1985416. OLE color: 1985416.
HSL color Cylindrical-coordinate representation of color #884B1E: hue angle of 25.47º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #884B1E is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 30 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.47 |
| HSL | 25.47º | 0.64% | 0.33% | - |
| HSV(B) | 25.47º | 0.78% | 0.53% | - |
| XYZ | 12.9 | 10.36 | 2.55 | - |
| YUV | 88.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 30 | 0 | 0.45 | 0.78 | 0.47 | 25.47 | 0.64 | 0.33 |
| Hex | 88 | 4B | 1E | 0 | 2D | 4E | 2F | 19 | 40 | 21 |
| Octal | 210 | 113 | 36 | 0 | 55 | 116 | 57 | 31 | 100 | 41 |
| Binary | 10001000 | 1001011 | 11110 | 0 | 101101 | 1001110 | 101111 | 11001 | 1000000 | 100001 |
Color Harmonies of #884B1E
Complementary color
Monochromatic Colors of #884B1E
Black with #884B1E
Text Example
Text Example
White with #884B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B1E; }
p { color: rgb(136,75,30); }
H1.HeaderClassName
{
color: #884B1E;
}
.AnyTagClassName
{
color: #884B1E;
}
</style>
background-color css
<style>
a { background-color: #884B1E; }
a { background-color: rgb(136,75,30); }
div.DivClassName
{
background-color: #884B1E;
}
.BgClassName
{
background-color: #884B1E;
}
</style>
border-color css
<style>
span { border-color: #884B1E; }
span { border-color: rgb(136,75,30); }
td.TdClassName
{
border-color: #884B1E;
}
.TagClassName
{
border-color: #884B1E;
}
</style>