Shades of Seal Brown #331711
Tints of Seal Brown #331711
RGB
CMYK
RGB Variations
Color information
#331711 (or 0x331711) is known color: Seal Brown. HEX triplet: 33, 17 and 11. RGB value is (51,23,17). Sum of RGB (Red+Green+Blue) = 51+23+17=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #331711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331711 is #CCE8EE. Grayscale: #1E1E1E. Windows color (decimal): -13428975 or 1120051. OLE color: 1120051.
HSL color Cylindrical-coordinate representation of color #331711: hue angle of 10.59º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331711 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 23 | 17 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.8 |
| HSL | 10.59º | 0.5% | 0.13% | - |
| HSV(B) | 10.59º | 0.67% | 0.2% | - |
| XYZ | 1.77 | 1.36 | 0.7 | - |
| YUV | 30.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 23 | 17 | 0 | 0.55 | 0.67 | 0.8 | 10.59 | 0.5 | 0.13 |
| Hex | 33 | 17 | 11 | 0 | 37 | 43 | 50 | B | 32 | D |
| Octal | 63 | 27 | 21 | 0 | 67 | 103 | 120 | 13 | 62 | 15 |
| Binary | 110011 | 10111 | 10001 | 0 | 110111 | 1000011 | 1010000 | 1011 | 110010 | 1101 |
Color Harmonies of #331711
Complementary color
Monochromatic Colors of #331711
Black with #331711
Text Example
Text Example
White with #331711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331711; }
p { color: rgb(51,23,17); }
H1.HeaderClassName
{
color: #331711;
}
.AnyTagClassName
{
color: #331711;
}
</style>
background-color css
<style>
a { background-color: #331711; }
a { background-color: rgb(51,23,17); }
div.DivClassName
{
background-color: #331711;
}
.BgClassName
{
background-color: #331711;
}
</style>
border-color css
<style>
span { border-color: #331711; }
span { border-color: rgb(51,23,17); }
td.TdClassName
{
border-color: #331711;
}
.TagClassName
{
border-color: #331711;
}
</style>