Shades of Russet #88431F
Tints of Russet #88431F
RGB
CMYK
RGB Variations
Color information
#88431F (or 0x88431F) is known color: Russet. HEX triplet: 88, 43 and 1F. RGB value is (136,67,31). Sum of RGB (Red+Green+Blue) = 136+67+31=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #88431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88431F is #77BCE0. Grayscale: #535353. Windows color (decimal): -7847137 or 2048904. OLE color: 2048904.
HSL color Cylindrical-coordinate representation of color #88431F: hue angle of 20.57º 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 #88431F is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 31 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.47 |
| HSL | 20.57º | 0.63% | 0.33% | - |
| HSV(B) | 20.57º | 0.77% | 0.53% | - |
| XYZ | 12.41 | 9.35 | 2.45 | - |
| YUV | 83.53 | 98.36 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 31 | 0 | 0.51 | 0.77 | 0.47 | 20.57 | 0.63 | 0.33 |
| Hex | 88 | 43 | 1F | 0 | 33 | 4D | 2F | 15 | 3F | 21 |
| Octal | 210 | 103 | 37 | 0 | 63 | 115 | 57 | 25 | 77 | 41 |
| Binary | 10001000 | 1000011 | 11111 | 0 | 110011 | 1001101 | 101111 | 10101 | 111111 | 100001 |
Color Harmonies of #88431F
Complementary color
Monochromatic Colors of #88431F
Black with #88431F
Text Example
Text Example
White with #88431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88431F; }
p { color: rgb(136,67,31); }
H1.HeaderClassName
{
color: #88431F;
}
.AnyTagClassName
{
color: #88431F;
}
</style>
background-color css
<style>
a { background-color: #88431F; }
a { background-color: rgb(136,67,31); }
div.DivClassName
{
background-color: #88431F;
}
.BgClassName
{
background-color: #88431F;
}
</style>
border-color css
<style>
span { border-color: #88431F; }
span { border-color: rgb(136,67,31); }
td.TdClassName
{
border-color: #88431F;
}
.TagClassName
{
border-color: #88431F;
}
</style>