Shades of Seal Brown #33110A
Tints of Seal Brown #33110A
RGB
CMYK
RGB Variations
Color information
#33110A (or 0x33110A) is known color: Seal Brown. HEX triplet: 33, 11 and 0A. RGB value is (51,17,10). Sum of RGB (Red+Green+Blue) = 51+17+10=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #33110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33110A is #CCEEF5. Grayscale: #1A1A1A. Windows color (decimal): -13430518 or 659763. OLE color: 659763.
HSL color Cylindrical-coordinate representation of color #33110A: hue angle of 10.24º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33110A is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 17 | 10 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.8 |
| HSL | 10.24º | 0.67% | 0.12% | - |
| HSV(B) | 10.24º | 0.8% | 0.2% | - |
| XYZ | 1.62 | 1.13 | 0.42 | - |
| YUV | 26.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 10 | 0 | 0.67 | 0.80 | 0.8 | 10.24 | 0.67 | 0.12 |
| Hex | 33 | 11 | A | 0 | 43 | 50 | 50 | A | 43 | C |
| Octal | 63 | 21 | 12 | 0 | 103 | 120 | 120 | 12 | 103 | 14 |
| Binary | 110011 | 10001 | 1010 | 0 | 1000011 | 1010000 | 1010000 | 1010 | 1000011 | 1100 |
Color Harmonies of #33110A
Complementary color
Monochromatic Colors of #33110A
Black with #33110A
Text Example
Text Example
White with #33110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33110A; }
p { color: rgb(51,17,10); }
H1.HeaderClassName
{
color: #33110A;
}
.AnyTagClassName
{
color: #33110A;
}
</style>
background-color css
<style>
a { background-color: #33110A; }
a { background-color: rgb(51,17,10); }
div.DivClassName
{
background-color: #33110A;
}
.BgClassName
{
background-color: #33110A;
}
</style>
border-color css
<style>
span { border-color: #33110A; }
span { border-color: rgb(51,17,10); }
td.TdClassName
{
border-color: #33110A;
}
.TagClassName
{
border-color: #33110A;
}
</style>