Shades of Seal Brown #330C01
Tints of Seal Brown #330C01
RGB
CMYK
RGB Variations
Color information
#330C01 (or 0x330C01) is known color: Seal Brown. HEX triplet: 33, 0C and 01. RGB value is (51,12,1). Sum of RGB (Red+Green+Blue) = 51+12+1=64 (8% of max value = 765). Red value is 51 (20.31% from 255 or 79.69% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 51 - color contains mainly: red. Hex color #330C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C01 is #CCF3FE. Grayscale: #161616. Windows color (decimal): -13431807 or 68659. OLE color: 68659.
HSL color Cylindrical-coordinate representation of color #330C01: hue angle of 13.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330C01 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 12 | 1 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.8 |
| HSL | 13.2º | 0.96% | 0.1% | - |
| HSV(B) | 13.2º | 0.98% | 0.2% | - |
| XYZ | 1.5 | 0.97 | 0.14 | - |
| YUV | 22.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 1 | 0 | 0.76 | 0.98 | 0.8 | 13.2 | 0.96 | 0.1 |
| Hex | 33 | C | 1 | 0 | 4C | 62 | 50 | D | 60 | A |
| Octal | 63 | 14 | 1 | 0 | 114 | 142 | 120 | 15 | 140 | 12 |
| Binary | 110011 | 1100 | 1 | 0 | 1001100 | 1100010 | 1010000 | 1101 | 1100000 | 1010 |
Color Harmonies of #330C01
Complementary color
Monochromatic Colors of #330C01
Black with #330C01
Text Example
Text Example
White with #330C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C01; }
p { color: rgb(51,12,1); }
H1.HeaderClassName
{
color: #330C01;
}
.AnyTagClassName
{
color: #330C01;
}
</style>
background-color css
<style>
a { background-color: #330C01; }
a { background-color: rgb(51,12,1); }
div.DivClassName
{
background-color: #330C01;
}
.BgClassName
{
background-color: #330C01;
}
</style>
border-color css
<style>
span { border-color: #330C01; }
span { border-color: rgb(51,12,1); }
td.TdClassName
{
border-color: #330C01;
}
.TagClassName
{
border-color: #330C01;
}
</style>