Shades of Seal Brown #330C0C
Tints of Seal Brown #330C0C
RGB
CMYK
RGB Variations
Color information
#330C0C (or 0x330C0C) is known color: Seal Brown. HEX triplet: 33, 0C and 0C. RGB value is (51,12,12). Sum of RGB (Red+Green+Blue) = 51+12+12=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #330C0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C0C is #CCF3F3. Grayscale: #171717. Windows color (decimal): -13431796 or 789555. OLE color: 789555.
HSL color Cylindrical-coordinate representation of color #330C0C: hue angle of 0º 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 #330C0C is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 12 | 12 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.8 |
| HSL | 0º | 0.62% | 0.12% | - |
| HSV(B) | 0º | 0.76% | 0.2% | - |
| XYZ | 1.56 | 0.99 | 0.46 | - |
| YUV | 23.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 12 | 12 | 0 | 0.76 | 0.76 | 0.8 | 0 | 0.62 | 0.12 |
| Hex | 33 | C | C | 0 | 4C | 4C | 50 | 0 | 3E | C |
| Octal | 63 | 14 | 14 | 0 | 114 | 114 | 120 | 0 | 76 | 14 |
| Binary | 110011 | 1100 | 1100 | 0 | 1001100 | 1001100 | 1010000 | 0 | 111110 | 1100 |
Color Harmonies of #330C0C
Complementary color
Monochromatic Colors of #330C0C
Black with #330C0C
Text Example
Text Example
White with #330C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330C0C; }
p { color: rgb(51,12,12); }
H1.HeaderClassName
{
color: #330C0C;
}
.AnyTagClassName
{
color: #330C0C;
}
</style>
background-color css
<style>
a { background-color: #330C0C; }
a { background-color: rgb(51,12,12); }
div.DivClassName
{
background-color: #330C0C;
}
.BgClassName
{
background-color: #330C0C;
}
</style>
border-color css
<style>
span { border-color: #330C0C; }
span { border-color: rgb(51,12,12); }
td.TdClassName
{
border-color: #330C0C;
}
.TagClassName
{
border-color: #330C0C;
}
</style>