Shades of Seal Brown #330D06
Tints of Seal Brown #330D06
RGB
CMYK
RGB Variations
Color information
#330D06 (or 0x330D06) is known color: Seal Brown. HEX triplet: 33, 0D and 06. RGB value is (51,13,6). Sum of RGB (Red+Green+Blue) = 51+13+6=70 (9% of max value = 765). Red value is 51 (20.31% from 255 or 72.86% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 51 - color contains mainly: red. Hex color #330D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D06 is #CCF2F9. Grayscale: #171717. Windows color (decimal): -13431546 or 396595. OLE color: 396595.
HSL color Cylindrical-coordinate representation of color #330D06: hue angle of 9.33º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #330D06 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 13 | 6 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.8 |
| HSL | 9.33º | 0.79% | 0.11% | - |
| HSV(B) | 9.33º | 0.88% | 0.2% | - |
| XYZ | 1.54 | 1 | 0.28 | - |
| YUV | 23.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 6 | 0 | 0.75 | 0.88 | 0.8 | 9.33 | 0.79 | 0.11 |
| Hex | 33 | D | 6 | 0 | 4B | 58 | 50 | 9 | 4F | B |
| Octal | 63 | 15 | 6 | 0 | 113 | 130 | 120 | 11 | 117 | 13 |
| Binary | 110011 | 1101 | 110 | 0 | 1001011 | 1011000 | 1010000 | 1001 | 1001111 | 1011 |
Color Harmonies of #330D06
Complementary color
Monochromatic Colors of #330D06
Black with #330D06
Text Example
Text Example
White with #330D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D06; }
p { color: rgb(51,13,6); }
H1.HeaderClassName
{
color: #330D06;
}
.AnyTagClassName
{
color: #330D06;
}
</style>
background-color css
<style>
a { background-color: #330D06; }
a { background-color: rgb(51,13,6); }
div.DivClassName
{
background-color: #330D06;
}
.BgClassName
{
background-color: #330D06;
}
</style>
border-color css
<style>
span { border-color: #330D06; }
span { border-color: rgb(51,13,6); }
td.TdClassName
{
border-color: #330D06;
}
.TagClassName
{
border-color: #330D06;
}
</style>