Shades of Seal Brown #33100B
Tints of Seal Brown #33100B
RGB
CMYK
RGB Variations
Color information
#33100B (or 0x33100B) is known color: Seal Brown. HEX triplet: 33, 10 and 0B. RGB value is (51,16,11). Sum of RGB (Red+Green+Blue) = 51+16+11=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #33100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33100B is #CCEFF4. Grayscale: #191919. Windows color (decimal): -13430773 or 725043. OLE color: 725043.
HSL color Cylindrical-coordinate representation of color #33100B: hue angle of 7.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33100B is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 16 | 11 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.8 |
| HSL | 7.5º | 0.65% | 0.12% | - |
| HSV(B) | 7.5º | 0.78% | 0.2% | - |
| XYZ | 1.61 | 1.1 | 0.44 | - |
| YUV | 25.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 16 | 11 | 0 | 0.69 | 0.78 | 0.8 | 7.5 | 0.65 | 0.12 |
| Hex | 33 | 10 | B | 0 | 45 | 4E | 50 | 8 | 41 | C |
| Octal | 63 | 20 | 13 | 0 | 105 | 116 | 120 | 10 | 101 | 14 |
| Binary | 110011 | 10000 | 1011 | 0 | 1000101 | 1001110 | 1010000 | 1000 | 1000001 | 1100 |
Color Harmonies of #33100B
Complementary color
Monochromatic Colors of #33100B
Black with #33100B
Text Example
Text Example
White with #33100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33100B; }
p { color: rgb(51,16,11); }
H1.HeaderClassName
{
color: #33100B;
}
.AnyTagClassName
{
color: #33100B;
}
</style>
background-color css
<style>
a { background-color: #33100B; }
a { background-color: rgb(51,16,11); }
div.DivClassName
{
background-color: #33100B;
}
.BgClassName
{
background-color: #33100B;
}
</style>
border-color css
<style>
span { border-color: #33100B; }
span { border-color: rgb(51,16,11); }
td.TdClassName
{
border-color: #33100B;
}
.TagClassName
{
border-color: #33100B;
}
</style>