Shades of Seal Brown #33100D
Tints of Seal Brown #33100D
RGB
CMYK
RGB Variations
Color information
#33100D (or 0x33100D) is known color: Seal Brown. HEX triplet: 33, 10 and 0D. RGB value is (51,16,13). Sum of RGB (Red+Green+Blue) = 51+16+13=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #33100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33100D is #CCEFF2. Grayscale: #1A1A1A. Windows color (decimal): -13430771 or 856115. OLE color: 856115.
HSL color Cylindrical-coordinate representation of color #33100D: hue angle of 4.74º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33100D is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 16 | 13 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.8 |
| HSL | 4.74º | 0.59% | 0.13% | - |
| HSV(B) | 4.74º | 0.75% | 0.2% | - |
| XYZ | 1.62 | 1.1 | 0.51 | - |
| YUV | 26.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 16 | 13 | 0 | 0.69 | 0.75 | 0.8 | 4.74 | 0.59 | 0.13 |
| Hex | 33 | 10 | D | 0 | 45 | 4B | 50 | 5 | 3B | D |
| Octal | 63 | 20 | 15 | 0 | 105 | 113 | 120 | 5 | 73 | 15 |
| Binary | 110011 | 10000 | 1101 | 0 | 1000101 | 1001011 | 1010000 | 101 | 111011 | 1101 |
Color Harmonies of #33100D
Complementary color
Monochromatic Colors of #33100D
Black with #33100D
Text Example
Text Example
White with #33100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33100D; }
p { color: rgb(51,16,13); }
H1.HeaderClassName
{
color: #33100D;
}
.AnyTagClassName
{
color: #33100D;
}
</style>
background-color css
<style>
a { background-color: #33100D; }
a { background-color: rgb(51,16,13); }
div.DivClassName
{
background-color: #33100D;
}
.BgClassName
{
background-color: #33100D;
}
</style>
border-color css
<style>
span { border-color: #33100D; }
span { border-color: rgb(51,16,13); }
td.TdClassName
{
border-color: #33100D;
}
.TagClassName
{
border-color: #33100D;
}
</style>