Shades of Seal Brown #31100B
Tints of Seal Brown #31100B
RGB
CMYK
RGB Variations
Color information
#31100B (or 0x31100B) is known color: Seal Brown. HEX triplet: 31, 10 and 0B. RGB value is (49,16,11). Sum of RGB (Red+Green+Blue) = 49+16+11=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #31100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31100B is #CEEFF4. Grayscale: #191919. Windows color (decimal): -13561845 or 725041. OLE color: 725041.
HSL color Cylindrical-coordinate representation of color #31100B: hue angle of 7.89º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31100B is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 16 | 11 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.81 |
| HSL | 7.89º | 0.63% | 0.12% | - |
| HSV(B) | 7.89º | 0.78% | 0.19% | - |
| XYZ | 1.51 | 1.05 | 0.44 | - |
| YUV | 25.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 11 | 0 | 0.67 | 0.78 | 0.81 | 7.89 | 0.63 | 0.12 |
| Hex | 31 | 10 | B | 0 | 43 | 4E | 51 | 8 | 3F | C |
| Octal | 61 | 20 | 13 | 0 | 103 | 116 | 121 | 10 | 77 | 14 |
| Binary | 110001 | 10000 | 1011 | 0 | 1000011 | 1001110 | 1010001 | 1000 | 111111 | 1100 |
Color Harmonies of #31100B
Complementary color
Monochromatic Colors of #31100B
Black with #31100B
Text Example
Text Example
White with #31100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31100B; }
p { color: rgb(49,16,11); }
H1.HeaderClassName
{
color: #31100B;
}
.AnyTagClassName
{
color: #31100B;
}
</style>
background-color css
<style>
a { background-color: #31100B; }
a { background-color: rgb(49,16,11); }
div.DivClassName
{
background-color: #31100B;
}
.BgClassName
{
background-color: #31100B;
}
</style>
border-color css
<style>
span { border-color: #31100B; }
span { border-color: rgb(49,16,11); }
td.TdClassName
{
border-color: #31100B;
}
.TagClassName
{
border-color: #31100B;
}
</style>