Shades of Seal Brown #331F1D
Tints of Seal Brown #331F1D
RGB
CMYK
RGB Variations
Color information
#331F1D (or 0x331F1D) is known color: Seal Brown. HEX triplet: 33, 1F and 1D. RGB value is (51,31,29). Sum of RGB (Red+Green+Blue) = 51+31+29=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #331F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F1D is #CCE0E2. Grayscale: #242424. Windows color (decimal): -13426915 or 1908531. OLE color: 1908531.
HSL color Cylindrical-coordinate representation of color #331F1D: hue angle of 5.45º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #331F1D is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 31 | 29 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.8 |
| HSL | 5.45º | 0.28% | 0.16% | - |
| HSV(B) | 5.45º | 0.43% | 0.2% | - |
| XYZ | 2.08 | 1.77 | 1.4 | - |
| YUV | 36.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 29 | 0 | 0.39 | 0.43 | 0.8 | 5.45 | 0.28 | 0.16 |
| Hex | 33 | 1F | 1D | 0 | 27 | 2B | 50 | 5 | 1C | 10 |
| Octal | 63 | 37 | 35 | 0 | 47 | 53 | 120 | 5 | 34 | 20 |
| Binary | 110011 | 11111 | 11101 | 0 | 100111 | 101011 | 1010000 | 101 | 11100 | 10000 |
Color Harmonies of #331F1D
Complementary color
Monochromatic Colors of #331F1D
Black with #331F1D
Text Example
Text Example
White with #331F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331F1D; }
p { color: rgb(51,31,29); }
H1.HeaderClassName
{
color: #331F1D;
}
.AnyTagClassName
{
color: #331F1D;
}
</style>
background-color css
<style>
a { background-color: #331F1D; }
a { background-color: rgb(51,31,29); }
div.DivClassName
{
background-color: #331F1D;
}
.BgClassName
{
background-color: #331F1D;
}
</style>
border-color css
<style>
span { border-color: #331F1D; }
span { border-color: rgb(51,31,29); }
td.TdClassName
{
border-color: #331F1D;
}
.TagClassName
{
border-color: #331F1D;
}
</style>