Shades of Seal Brown #310603
Tints of Seal Brown #310603
RGB
CMYK
RGB Variations
Color information
#310603 (or 0x310603) is known color: Seal Brown. HEX triplet: 31, 06 and 03. RGB value is (49,6,3). Sum of RGB (Red+Green+Blue) = 49+6+3=58 (7% of max value = 765). Red value is 49 (19.53% from 255 or 84.48% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 49 - color contains mainly: red. Hex color #310603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310603 is #CEF9FC. Grayscale: #121212. Windows color (decimal): -13564413 or 198193. OLE color: 198193.
HSL color Cylindrical-coordinate representation of color #310603: hue angle of 3.91º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310603 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 6 | 3 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.81 |
| HSL | 3.91º | 0.88% | 0.1% | - |
| HSV(B) | 3.91º | 0.94% | 0.19% | - |
| XYZ | 1.35 | 0.79 | 0.17 | - |
| YUV | 18.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 6 | 3 | 0 | 0.88 | 0.94 | 0.81 | 3.91 | 0.88 | 0.1 |
| Hex | 31 | 6 | 3 | 0 | 58 | 5E | 51 | 4 | 58 | A |
| Octal | 61 | 6 | 3 | 0 | 130 | 136 | 121 | 4 | 130 | 12 |
| Binary | 110001 | 110 | 11 | 0 | 1011000 | 1011110 | 1010001 | 100 | 1011000 | 1010 |
Color Harmonies of #310603
Complementary color
Monochromatic Colors of #310603
Black with #310603
Text Example
Text Example
White with #310603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310603; }
p { color: rgb(49,6,3); }
H1.HeaderClassName
{
color: #310603;
}
.AnyTagClassName
{
color: #310603;
}
</style>
background-color css
<style>
a { background-color: #310603; }
a { background-color: rgb(49,6,3); }
div.DivClassName
{
background-color: #310603;
}
.BgClassName
{
background-color: #310603;
}
</style>
border-color css
<style>
span { border-color: #310603; }
span { border-color: rgb(49,6,3); }
td.TdClassName
{
border-color: #310603;
}
.TagClassName
{
border-color: #310603;
}
</style>