Shades of Seal Brown #331107
Tints of Seal Brown #331107
RGB
CMYK
RGB Variations
Color information
#331107 (or 0x331107) is known color: Seal Brown. HEX triplet: 33, 11 and 07. RGB value is (51,17,7). Sum of RGB (Red+Green+Blue) = 51+17+7=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #331107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331107 is #CCEEF8. Grayscale: #1A1A1A. Windows color (decimal): -13430521 or 463155. OLE color: 463155.
HSL color Cylindrical-coordinate representation of color #331107: hue angle of 13.64º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331107 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 17 | 7 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.8 |
| HSL | 13.64º | 0.76% | 0.11% | - |
| HSV(B) | 13.64º | 0.86% | 0.2% | - |
| XYZ | 1.6 | 1.12 | 0.33 | - |
| YUV | 26.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 7 | 0 | 0.67 | 0.86 | 0.8 | 13.64 | 0.76 | 0.11 |
| Hex | 33 | 11 | 7 | 0 | 43 | 56 | 50 | E | 4C | B |
| Octal | 63 | 21 | 7 | 0 | 103 | 126 | 120 | 16 | 114 | 13 |
| Binary | 110011 | 10001 | 111 | 0 | 1000011 | 1010110 | 1010000 | 1110 | 1001100 | 1011 |
Color Harmonies of #331107
Complementary color
Monochromatic Colors of #331107
Black with #331107
Text Example
Text Example
White with #331107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331107; }
p { color: rgb(51,17,7); }
H1.HeaderClassName
{
color: #331107;
}
.AnyTagClassName
{
color: #331107;
}
</style>
background-color css
<style>
a { background-color: #331107; }
a { background-color: rgb(51,17,7); }
div.DivClassName
{
background-color: #331107;
}
.BgClassName
{
background-color: #331107;
}
</style>
border-color css
<style>
span { border-color: #331107; }
span { border-color: rgb(51,17,7); }
td.TdClassName
{
border-color: #331107;
}
.TagClassName
{
border-color: #331107;
}
</style>