Shades of Seal Brown #331C1B
Tints of Seal Brown #331C1B
RGB
CMYK
RGB Variations
Color information
#331C1B (or 0x331C1B) is known color: Seal Brown. HEX triplet: 33, 1C and 1B. RGB value is (51,28,27). Sum of RGB (Red+Green+Blue) = 51+28+27=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #331C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C1B is #CCE3E4. Grayscale: #222222. Windows color (decimal): -13427685 or 1776691. OLE color: 1776691.
HSL color Cylindrical-coordinate representation of color #331C1B: hue angle of 2.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #331C1B is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 28 | 27 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.8 |
| HSL | 2.5º | 0.31% | 0.15% | - |
| HSV(B) | 2.5º | 0.47% | 0.2% | - |
| XYZ | 1.98 | 1.61 | 1.24 | - |
| YUV | 34.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 27 | 0 | 0.45 | 0.47 | 0.8 | 2.5 | 0.31 | 0.15 |
| Hex | 33 | 1C | 1B | 0 | 2D | 2F | 50 | 2 | 1F | F |
| Octal | 63 | 34 | 33 | 0 | 55 | 57 | 120 | 2 | 37 | 17 |
| Binary | 110011 | 11100 | 11011 | 0 | 101101 | 101111 | 1010000 | 10 | 11111 | 1111 |
Color Harmonies of #331C1B
Complementary color
Monochromatic Colors of #331C1B
Black with #331C1B
Text Example
Text Example
White with #331C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C1B; }
p { color: rgb(51,28,27); }
H1.HeaderClassName
{
color: #331C1B;
}
.AnyTagClassName
{
color: #331C1B;
}
</style>
background-color css
<style>
a { background-color: #331C1B; }
a { background-color: rgb(51,28,27); }
div.DivClassName
{
background-color: #331C1B;
}
.BgClassName
{
background-color: #331C1B;
}
</style>
border-color css
<style>
span { border-color: #331C1B; }
span { border-color: rgb(51,28,27); }
td.TdClassName
{
border-color: #331C1B;
}
.TagClassName
{
border-color: #331C1B;
}
</style>