Shades of Russet #88481E
Tints of Russet #88481E
RGB
CMYK
RGB Variations
Color information
#88481E (or 0x88481E) is known color: Russet. HEX triplet: 88, 48 and 1E. RGB value is (136,72,30). Sum of RGB (Red+Green+Blue) = 136+72+30=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #88481E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88481E is #77B7E1. Grayscale: #565656. Windows color (decimal): -7845858 or 1984648. OLE color: 1984648.
HSL color Cylindrical-coordinate representation of color #88481E: hue angle of 23.77º 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 #88481E is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 72 | 30 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.47 |
| HSL | 23.77º | 0.64% | 0.33% | - |
| HSV(B) | 23.77º | 0.78% | 0.53% | - |
| XYZ | 12.71 | 9.96 | 2.48 | - |
| YUV | 86.35 | 96.2 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 30 | 0 | 0.47 | 0.78 | 0.47 | 23.77 | 0.64 | 0.33 |
| Hex | 88 | 48 | 1E | 0 | 2F | 4E | 2F | 18 | 40 | 21 |
| Octal | 210 | 110 | 36 | 0 | 57 | 116 | 57 | 30 | 100 | 41 |
| Binary | 10001000 | 1001000 | 11110 | 0 | 101111 | 1001110 | 101111 | 11000 | 1000000 | 100001 |
Color Harmonies of #88481E
Complementary color
Monochromatic Colors of #88481E
Black with #88481E
Text Example
Text Example
White with #88481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88481E; }
p { color: rgb(136,72,30); }
H1.HeaderClassName
{
color: #88481E;
}
.AnyTagClassName
{
color: #88481E;
}
</style>
background-color css
<style>
a { background-color: #88481E; }
a { background-color: rgb(136,72,30); }
div.DivClassName
{
background-color: #88481E;
}
.BgClassName
{
background-color: #88481E;
}
</style>
border-color css
<style>
span { border-color: #88481E; }
span { border-color: rgb(136,72,30); }
td.TdClassName
{
border-color: #88481E;
}
.TagClassName
{
border-color: #88481E;
}
</style>