Shades of Seal Brown #331512
Tints of Seal Brown #331512
RGB
CMYK
RGB Variations
Color information
#331512 (or 0x331512) is known color: Seal Brown. HEX triplet: 33, 15 and 12. RGB value is (51,21,18). Sum of RGB (Red+Green+Blue) = 51+21+18=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #331512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331512 is #CCEAED. Grayscale: #1D1D1D. Windows color (decimal): -13429486 or 1185075. OLE color: 1185075.
HSL color Cylindrical-coordinate representation of color #331512: hue angle of 5.45º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331512 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 21 | 18 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.8 |
| HSL | 5.45º | 0.48% | 0.14% | - |
| HSV(B) | 5.45º | 0.65% | 0.2% | - |
| XYZ | 1.74 | 1.28 | 0.73 | - |
| YUV | 29.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 18 | 0 | 0.59 | 0.65 | 0.8 | 5.45 | 0.48 | 0.14 |
| Hex | 33 | 15 | 12 | 0 | 3B | 41 | 50 | 5 | 30 | E |
| Octal | 63 | 25 | 22 | 0 | 73 | 101 | 120 | 5 | 60 | 16 |
| Binary | 110011 | 10101 | 10010 | 0 | 111011 | 1000001 | 1010000 | 101 | 110000 | 1110 |
Color Harmonies of #331512
Complementary color
Monochromatic Colors of #331512
Black with #331512
Text Example
Text Example
White with #331512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331512; }
p { color: rgb(51,21,18); }
H1.HeaderClassName
{
color: #331512;
}
.AnyTagClassName
{
color: #331512;
}
</style>
background-color css
<style>
a { background-color: #331512; }
a { background-color: rgb(51,21,18); }
div.DivClassName
{
background-color: #331512;
}
.BgClassName
{
background-color: #331512;
}
</style>
border-color css
<style>
span { border-color: #331512; }
span { border-color: rgb(51,21,18); }
td.TdClassName
{
border-color: #331512;
}
.TagClassName
{
border-color: #331512;
}
</style>