Shades of Seal Brown #33110C
Tints of Seal Brown #33110C
RGB
CMYK
RGB Variations
Color information
#33110C (or 0x33110C) is known color: Seal Brown. HEX triplet: 33, 11 and 0C. RGB value is (51,17,12). Sum of RGB (Red+Green+Blue) = 51+17+12=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #33110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33110C is #CCEEF3. Grayscale: #1A1A1A. Windows color (decimal): -13430516 or 790835. OLE color: 790835.
HSL color Cylindrical-coordinate representation of color #33110C: hue angle of 7.69º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33110C is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 17 | 12 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.8 |
| HSL | 7.69º | 0.62% | 0.12% | - |
| HSV(B) | 7.69º | 0.76% | 0.2% | - |
| XYZ | 1.63 | 1.13 | 0.48 | - |
| YUV | 26.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 12 | 0 | 0.67 | 0.76 | 0.8 | 7.69 | 0.62 | 0.12 |
| Hex | 33 | 11 | C | 0 | 43 | 4C | 50 | 8 | 3E | C |
| Octal | 63 | 21 | 14 | 0 | 103 | 114 | 120 | 10 | 76 | 14 |
| Binary | 110011 | 10001 | 1100 | 0 | 1000011 | 1001100 | 1010000 | 1000 | 111110 | 1100 |
Color Harmonies of #33110C
Complementary color
Monochromatic Colors of #33110C
Black with #33110C
Text Example
Text Example
White with #33110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33110C; }
p { color: rgb(51,17,12); }
H1.HeaderClassName
{
color: #33110C;
}
.AnyTagClassName
{
color: #33110C;
}
</style>
background-color css
<style>
a { background-color: #33110C; }
a { background-color: rgb(51,17,12); }
div.DivClassName
{
background-color: #33110C;
}
.BgClassName
{
background-color: #33110C;
}
</style>
border-color css
<style>
span { border-color: #33110C; }
span { border-color: rgb(51,17,12); }
td.TdClassName
{
border-color: #33110C;
}
.TagClassName
{
border-color: #33110C;
}
</style>