Shades of Seal Brown #330502
Tints of Seal Brown #330502
RGB
CMYK
RGB Variations
Color information
#330502 (or 0x330502) is known color: Seal Brown. HEX triplet: 33, 05 and 02. RGB value is (51,5,2). Sum of RGB (Red+Green+Blue) = 51+5+2=58 (7% of max value = 765). Red value is 51 (20.31% from 255 or 87.93% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 51 - color contains mainly: red. Hex color #330502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330502 is #CCFAFD. Grayscale: #121212. Windows color (decimal): -13433598 or 132403. OLE color: 132403.
HSL color Cylindrical-coordinate representation of color #330502: hue angle of 3.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330502 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 5 | 2 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.8 |
| HSL | 3.67º | 0.92% | 0.1% | - |
| HSV(B) | 3.67º | 0.96% | 0.2% | - |
| XYZ | 1.43 | 0.82 | 0.14 | - |
| YUV | 18.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 5 | 2 | 0 | 0.90 | 0.96 | 0.8 | 3.67 | 0.92 | 0.1 |
| Hex | 33 | 5 | 2 | 0 | 5A | 60 | 50 | 4 | 5C | A |
| Octal | 63 | 5 | 2 | 0 | 132 | 140 | 120 | 4 | 134 | 12 |
| Binary | 110011 | 101 | 10 | 0 | 1011010 | 1100000 | 1010000 | 100 | 1011100 | 1010 |
Color Harmonies of #330502
Complementary color
Monochromatic Colors of #330502
Black with #330502
Text Example
Text Example
White with #330502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330502; }
p { color: rgb(51,5,2); }
H1.HeaderClassName
{
color: #330502;
}
.AnyTagClassName
{
color: #330502;
}
</style>
background-color css
<style>
a { background-color: #330502; }
a { background-color: rgb(51,5,2); }
div.DivClassName
{
background-color: #330502;
}
.BgClassName
{
background-color: #330502;
}
</style>
border-color css
<style>
span { border-color: #330502; }
span { border-color: rgb(51,5,2); }
td.TdClassName
{
border-color: #330502;
}
.TagClassName
{
border-color: #330502;
}
</style>