Shades of Seal Brown #310501
Tints of Seal Brown #310501
RGB
CMYK
RGB Variations
Color information
#310501 (or 0x310501) is known color: Seal Brown. HEX triplet: 31, 05 and 01. RGB value is (49,5,1). Sum of RGB (Red+Green+Blue) = 49+5+1=55 (7% of max value = 765). Red value is 49 (19.53% from 255 or 89.09% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 49 - color contains mainly: red. Hex color #310501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310501 is #CEFAFE. Grayscale: #111111. Windows color (decimal): -13564671 or 66865. OLE color: 66865.
HSL color Cylindrical-coordinate representation of color #310501: hue angle of 5º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310501 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 5 | 1 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.81 |
| HSL | 5º | 0.96% | 0.1% | - |
| HSV(B) | 5º | 0.98% | 0.19% | - |
| XYZ | 1.33 | 0.76 | 0.11 | - |
| YUV | 17.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 1 | 0 | 0.90 | 0.98 | 0.81 | 5 | 0.96 | 0.1 |
| Hex | 31 | 5 | 1 | 0 | 5A | 62 | 51 | 5 | 60 | A |
| Octal | 61 | 5 | 1 | 0 | 132 | 142 | 121 | 5 | 140 | 12 |
| Binary | 110001 | 101 | 1 | 0 | 1011010 | 1100010 | 1010001 | 101 | 1100000 | 1010 |
Color Harmonies of #310501
Complementary color
Monochromatic Colors of #310501
Black with #310501
Text Example
Text Example
White with #310501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310501; }
p { color: rgb(49,5,1); }
H1.HeaderClassName
{
color: #310501;
}
.AnyTagClassName
{
color: #310501;
}
</style>
background-color css
<style>
a { background-color: #310501; }
a { background-color: rgb(49,5,1); }
div.DivClassName
{
background-color: #310501;
}
.BgClassName
{
background-color: #310501;
}
</style>
border-color css
<style>
span { border-color: #310501; }
span { border-color: rgb(49,5,1); }
td.TdClassName
{
border-color: #310501;
}
.TagClassName
{
border-color: #310501;
}
</style>