Shades of Seal Brown #331110
Tints of Seal Brown #331110
RGB
CMYK
RGB Variations
Color information
#331110 (or 0x331110) is known color: Seal Brown. HEX triplet: 33, 11 and 10. RGB value is (51,17,16). Sum of RGB (Red+Green+Blue) = 51+17+16=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #331110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331110 is #CCEEEF. Grayscale: #1B1B1B. Windows color (decimal): -13430512 or 1052979. OLE color: 1052979.
HSL color Cylindrical-coordinate representation of color #331110: hue angle of 1.71º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331110 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 17 | 16 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.8 |
| HSL | 1.71º | 0.52% | 0.13% | - |
| HSV(B) | 1.71º | 0.69% | 0.2% | - |
| XYZ | 1.66 | 1.14 | 0.62 | - |
| YUV | 27.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 16 | 0 | 0.67 | 0.69 | 0.8 | 1.71 | 0.52 | 0.13 |
| Hex | 33 | 11 | 10 | 0 | 43 | 45 | 50 | 2 | 34 | D |
| Octal | 63 | 21 | 20 | 0 | 103 | 105 | 120 | 2 | 64 | 15 |
| Binary | 110011 | 10001 | 10000 | 0 | 1000011 | 1000101 | 1010000 | 10 | 110100 | 1101 |
Color Harmonies of #331110
Complementary color
Monochromatic Colors of #331110
Black with #331110
Text Example
Text Example
White with #331110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331110; }
p { color: rgb(51,17,16); }
H1.HeaderClassName
{
color: #331110;
}
.AnyTagClassName
{
color: #331110;
}
</style>
background-color css
<style>
a { background-color: #331110; }
a { background-color: rgb(51,17,16); }
div.DivClassName
{
background-color: #331110;
}
.BgClassName
{
background-color: #331110;
}
</style>
border-color css
<style>
span { border-color: #331110; }
span { border-color: rgb(51,17,16); }
td.TdClassName
{
border-color: #331110;
}
.TagClassName
{
border-color: #331110;
}
</style>