Shades of Seal Brown #331A16
Tints of Seal Brown #331A16
RGB
CMYK
RGB Variations
Color information
#331A16 (or 0x331A16) is known color: Seal Brown. HEX triplet: 33, 1A and 16. RGB value is (51,26,22). Sum of RGB (Red+Green+Blue) = 51+26+22=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #331A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331A16 is #CCE5E9. Grayscale: #212121. Windows color (decimal): -13428202 or 1448499. OLE color: 1448499.
HSL color Cylindrical-coordinate representation of color #331A16: hue angle of 8.28º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #331A16 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 26 | 22 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.8 |
| HSL | 8.28º | 0.4% | 0.14% | - |
| HSV(B) | 8.28º | 0.57% | 0.2% | - |
| XYZ | 1.88 | 1.5 | 0.95 | - |
| YUV | 33.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 22 | 0 | 0.49 | 0.57 | 0.8 | 8.28 | 0.4 | 0.14 |
| Hex | 33 | 1A | 16 | 0 | 31 | 39 | 50 | 8 | 28 | E |
| Octal | 63 | 32 | 26 | 0 | 61 | 71 | 120 | 10 | 50 | 16 |
| Binary | 110011 | 11010 | 10110 | 0 | 110001 | 111001 | 1010000 | 1000 | 101000 | 1110 |
Color Harmonies of #331A16
Complementary color
Monochromatic Colors of #331A16
Black with #331A16
Text Example
Text Example
White with #331A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A16; }
p { color: rgb(51,26,22); }
H1.HeaderClassName
{
color: #331A16;
}
.AnyTagClassName
{
color: #331A16;
}
</style>
background-color css
<style>
a { background-color: #331A16; }
a { background-color: rgb(51,26,22); }
div.DivClassName
{
background-color: #331A16;
}
.BgClassName
{
background-color: #331A16;
}
</style>
border-color css
<style>
span { border-color: #331A16; }
span { border-color: rgb(51,26,22); }
td.TdClassName
{
border-color: #331A16;
}
.TagClassName
{
border-color: #331A16;
}
</style>