Shades of Seal Brown #31110F
Tints of Seal Brown #31110F
RGB
CMYK
RGB Variations
Color information
#31110F (or 0x31110F) is known color: Seal Brown. HEX triplet: 31, 11 and 0F. RGB value is (49,17,15). Sum of RGB (Red+Green+Blue) = 49+17+15=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #31110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31110F is #CEEEF0. Grayscale: #1A1A1A. Windows color (decimal): -13561585 or 987441. OLE color: 987441.
HSL color Cylindrical-coordinate representation of color #31110F: hue angle of 3.53º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31110F is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 17 | 15 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.81 |
| HSL | 3.53º | 0.53% | 0.13% | - |
| HSV(B) | 3.53º | 0.69% | 0.19% | - |
| XYZ | 1.55 | 1.09 | 0.58 | - |
| YUV | 26.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 15 | 0 | 0.65 | 0.69 | 0.81 | 3.53 | 0.53 | 0.13 |
| Hex | 31 | 11 | F | 0 | 41 | 45 | 51 | 4 | 35 | D |
| Octal | 61 | 21 | 17 | 0 | 101 | 105 | 121 | 4 | 65 | 15 |
| Binary | 110001 | 10001 | 1111 | 0 | 1000001 | 1000101 | 1010001 | 100 | 110101 | 1101 |
Color Harmonies of #31110F
Complementary color
Monochromatic Colors of #31110F
Black with #31110F
Text Example
Text Example
White with #31110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31110F; }
p { color: rgb(49,17,15); }
H1.HeaderClassName
{
color: #31110F;
}
.AnyTagClassName
{
color: #31110F;
}
</style>
background-color css
<style>
a { background-color: #31110F; }
a { background-color: rgb(49,17,15); }
div.DivClassName
{
background-color: #31110F;
}
.BgClassName
{
background-color: #31110F;
}
</style>
border-color css
<style>
span { border-color: #31110F; }
span { border-color: rgb(49,17,15); }
td.TdClassName
{
border-color: #31110F;
}
.TagClassName
{
border-color: #31110F;
}
</style>