Shades of Seal Brown #310900
Tints of Seal Brown #310900
RGB
CMYK
RGB Variations
Color information
#310900 (or 0x310900) is known color: Seal Brown. HEX triplet: 31, 09 and 00. RGB value is (49,9,0). Sum of RGB (Red+Green+Blue) = 49+9+0=58 (7% of max value = 765). Red value is 49 (19.53% from 255 or 84.48% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 49 - color contains mainly: red. Hex color #310900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310900 is #CEF6FF. Grayscale: #141414. Windows color (decimal): -13563648 or 2353. OLE color: 2353.
HSL color Cylindrical-coordinate representation of color #310900: hue angle of 11.02º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310900 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 9 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.81 |
| HSL | 11.02º | 1% | 0.1% | - |
| HSV(B) | 11.02º | 1% | 0.19% | - |
| XYZ | 1.36 | 0.85 | 0.09 | - |
| YUV | 19.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 0 | 0 | 0.82 | 1 | 0.81 | 11.02 | 1 | 0.1 |
| Hex | 31 | 9 | 0 | 0 | 52 | 64 | 51 | B | 64 | A |
| Octal | 61 | 11 | 0 | 0 | 122 | 144 | 121 | 13 | 144 | 12 |
| Binary | 110001 | 1001 | 0 | 0 | 1010010 | 1100100 | 1010001 | 1011 | 1100100 | 1010 |
Color Harmonies of #310900
Complementary color
Monochromatic Colors of #310900
Black with #310900
Text Example
Text Example
White with #310900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310900; }
p { color: rgb(49,9,0); }
H1.HeaderClassName
{
color: #310900;
}
.AnyTagClassName
{
color: #310900;
}
</style>
background-color css
<style>
a { background-color: #310900; }
a { background-color: rgb(49,9,0); }
div.DivClassName
{
background-color: #310900;
}
.BgClassName
{
background-color: #310900;
}
</style>
border-color css
<style>
span { border-color: #310900; }
span { border-color: rgb(49,9,0); }
td.TdClassName
{
border-color: #310900;
}
.TagClassName
{
border-color: #310900;
}
</style>