Shades of Russet #883F1F
Tints of Russet #883F1F
RGB
CMYK
RGB Variations
Color information
#883F1F (or 0x883F1F) is known color: Russet. HEX triplet: 88, 3F and 1F. RGB value is (136,63,31). Sum of RGB (Red+Green+Blue) = 136+63+31=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #883F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883F1F is #77C0E0. Grayscale: #515151. Windows color (decimal): -7848161 or 2047880. OLE color: 2047880.
HSL color Cylindrical-coordinate representation of color #883F1F: hue angle of 18.29º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #883F1F is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 31 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.47 |
| HSL | 18.29º | 0.63% | 0.33% | - |
| HSV(B) | 18.29º | 0.77% | 0.53% | - |
| XYZ | 12.18 | 8.89 | 2.37 | - |
| YUV | 81.18 | 99.68 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 31 | 0 | 0.54 | 0.77 | 0.47 | 18.29 | 0.63 | 0.33 |
| Hex | 88 | 3F | 1F | 0 | 36 | 4D | 2F | 12 | 3F | 21 |
| Octal | 210 | 77 | 37 | 0 | 66 | 115 | 57 | 22 | 77 | 41 |
| Binary | 10001000 | 111111 | 11111 | 0 | 110110 | 1001101 | 101111 | 10010 | 111111 | 100001 |
Color Harmonies of #883F1F
Complementary color
Monochromatic Colors of #883F1F
Black with #883F1F
Text Example
Text Example
White with #883F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F1F; }
p { color: rgb(136,63,31); }
H1.HeaderClassName
{
color: #883F1F;
}
.AnyTagClassName
{
color: #883F1F;
}
</style>
background-color css
<style>
a { background-color: #883F1F; }
a { background-color: rgb(136,63,31); }
div.DivClassName
{
background-color: #883F1F;
}
.BgClassName
{
background-color: #883F1F;
}
</style>
border-color css
<style>
span { border-color: #883F1F; }
span { border-color: rgb(136,63,31); }
td.TdClassName
{
border-color: #883F1F;
}
.TagClassName
{
border-color: #883F1F;
}
</style>