Shades of Seal Brown #310F0C
Tints of Seal Brown #310F0C
RGB
CMYK
RGB Variations
Color information
#310F0C (or 0x310F0C) is known color: Seal Brown. HEX triplet: 31, 0F and 0C. RGB value is (49,15,12). Sum of RGB (Red+Green+Blue) = 49+15+12=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #310F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F0C is #CEF0F3. Grayscale: #181818. Windows color (decimal): -13562100 or 790321. OLE color: 790321.
HSL color Cylindrical-coordinate representation of color #310F0C: hue angle of 4.86º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #310F0C is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 15 | 12 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.81 |
| HSL | 4.86º | 0.61% | 0.12% | - |
| HSV(B) | 4.86º | 0.76% | 0.19% | - |
| XYZ | 1.5 | 1.02 | 0.47 | - |
| YUV | 24.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 12 | 0 | 0.69 | 0.76 | 0.81 | 4.86 | 0.61 | 0.12 |
| Hex | 31 | F | C | 0 | 45 | 4C | 51 | 5 | 3D | C |
| Octal | 61 | 17 | 14 | 0 | 105 | 114 | 121 | 5 | 75 | 14 |
| Binary | 110001 | 1111 | 1100 | 0 | 1000101 | 1001100 | 1010001 | 101 | 111101 | 1100 |
Color Harmonies of #310F0C
Complementary color
Monochromatic Colors of #310F0C
Black with #310F0C
Text Example
Text Example
White with #310F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310F0C; }
p { color: rgb(49,15,12); }
H1.HeaderClassName
{
color: #310F0C;
}
.AnyTagClassName
{
color: #310F0C;
}
</style>
background-color css
<style>
a { background-color: #310F0C; }
a { background-color: rgb(49,15,12); }
div.DivClassName
{
background-color: #310F0C;
}
.BgClassName
{
background-color: #310F0C;
}
</style>
border-color css
<style>
span { border-color: #310F0C; }
span { border-color: rgb(49,15,12); }
td.TdClassName
{
border-color: #310F0C;
}
.TagClassName
{
border-color: #310F0C;
}
</style>