Shades of Seal Brown #31120A
Tints of Seal Brown #31120A
RGB
CMYK
RGB Variations
Color information
#31120A (or 0x31120A) is known color: Seal Brown. HEX triplet: 31, 12 and 0A. RGB value is (49,18,10). Sum of RGB (Red+Green+Blue) = 49+18+10=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #31120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31120A is #CEEDF5. Grayscale: #1A1A1A. Windows color (decimal): -13561334 or 660017. OLE color: 660017.
HSL color Cylindrical-coordinate representation of color #31120A: hue angle of 12.31º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31120A is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 18 | 10 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.81 |
| HSL | 12.31º | 0.66% | 0.12% | - |
| HSV(B) | 12.31º | 0.8% | 0.19% | - |
| XYZ | 1.54 | 1.11 | 0.42 | - |
| YUV | 26.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 10 | 0 | 0.63 | 0.80 | 0.81 | 12.31 | 0.66 | 0.12 |
| Hex | 31 | 12 | A | 0 | 3F | 50 | 51 | C | 42 | C |
| Octal | 61 | 22 | 12 | 0 | 77 | 120 | 121 | 14 | 102 | 14 |
| Binary | 110001 | 10010 | 1010 | 0 | 111111 | 1010000 | 1010001 | 1100 | 1000010 | 1100 |
Color Harmonies of #31120A
Complementary color
Monochromatic Colors of #31120A
Black with #31120A
Text Example
Text Example
White with #31120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31120A; }
p { color: rgb(49,18,10); }
H1.HeaderClassName
{
color: #31120A;
}
.AnyTagClassName
{
color: #31120A;
}
</style>
background-color css
<style>
a { background-color: #31120A; }
a { background-color: rgb(49,18,10); }
div.DivClassName
{
background-color: #31120A;
}
.BgClassName
{
background-color: #31120A;
}
</style>
border-color css
<style>
span { border-color: #31120A; }
span { border-color: rgb(49,18,10); }
td.TdClassName
{
border-color: #31120A;
}
.TagClassName
{
border-color: #31120A;
}
</style>