Shades of Seal Brown #330D00
Tints of Seal Brown #330D00
RGB
CMYK
RGB Variations
Color information
#330D00 (or 0x330D00) is known color: Seal Brown. HEX triplet: 33, 0D and 00. RGB value is (51,13,0). Sum of RGB (Red+Green+Blue) = 51+13+0=64 (8% of max value = 765). Red value is 51 (20.31% from 255 or 79.69% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 51 - color contains mainly: red. Hex color #330D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D00 is #CCF2FF. Grayscale: #161616. Windows color (decimal): -13431552 or 3379. OLE color: 3379.
HSL color Cylindrical-coordinate representation of color #330D00: hue angle of 15.29º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330D00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 13 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.8 |
| HSL | 15.29º | 1% | 0.1% | - |
| HSV(B) | 15.29º | 1% | 0.2% | - |
| XYZ | 1.51 | 0.99 | 0.11 | - |
| YUV | 22.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 13 | 0 | 0 | 0.75 | 1 | 0.8 | 15.29 | 1 | 0.1 |
| Hex | 33 | D | 0 | 0 | 4B | 64 | 50 | F | 64 | A |
| Octal | 63 | 15 | 0 | 0 | 113 | 144 | 120 | 17 | 144 | 12 |
| Binary | 110011 | 1101 | 0 | 0 | 1001011 | 1100100 | 1010000 | 1111 | 1100100 | 1010 |
Color Harmonies of #330D00
Complementary color
Monochromatic Colors of #330D00
Black with #330D00
Text Example
Text Example
White with #330D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330D00; }
p { color: rgb(51,13,0); }
H1.HeaderClassName
{
color: #330D00;
}
.AnyTagClassName
{
color: #330D00;
}
</style>
background-color css
<style>
a { background-color: #330D00; }
a { background-color: rgb(51,13,0); }
div.DivClassName
{
background-color: #330D00;
}
.BgClassName
{
background-color: #330D00;
}
</style>
border-color css
<style>
span { border-color: #330D00; }
span { border-color: rgb(51,13,0); }
td.TdClassName
{
border-color: #330D00;
}
.TagClassName
{
border-color: #330D00;
}
</style>