Shades of Seal Brown #320402
Tints of Seal Brown #320402
RGB
CMYK
RGB Variations
Color information
#320402 (or 0x320402) is known color: Seal Brown. HEX triplet: 32, 04 and 02. RGB value is (50,4,2). Sum of RGB (Red+Green+Blue) = 50+4+2=56 (7% of max value = 765). Red value is 50 (19.92% from 255 or 89.29% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 50 - color contains mainly: red. Hex color #320402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320402 is #CDFBFD. Grayscale: #111111. Windows color (decimal): -13499390 or 132146. OLE color: 132146.
HSL color Cylindrical-coordinate representation of color #320402: hue angle of 2.5º 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 #320402 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 4 | 2 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.80 |
| HSL | 2.5º | 0.92% | 0.1% | - |
| HSV(B) | 2.5º | 0.96% | 0.2% | - |
| XYZ | 1.37 | 0.77 | 0.13 | - |
| YUV | 17.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 2 | 0 | 0.92 | 0.96 | 0.80 | 2.5 | 0.92 | 0.1 |
| Hex | 32 | 4 | 2 | 0 | 5C | 60 | 50 | 2 | 5C | A |
| Octal | 62 | 4 | 2 | 0 | 134 | 140 | 120 | 2 | 134 | 12 |
| Binary | 110010 | 100 | 10 | 0 | 1011100 | 1100000 | 1010000 | 10 | 1011100 | 1010 |
Color Harmonies of #320402
Complementary color
Monochromatic Colors of #320402
Black with #320402
Text Example
Text Example
White with #320402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320402; }
p { color: rgb(50,4,2); }
H1.HeaderClassName
{
color: #320402;
}
.AnyTagClassName
{
color: #320402;
}
</style>
background-color css
<style>
a { background-color: #320402; }
a { background-color: rgb(50,4,2); }
div.DivClassName
{
background-color: #320402;
}
.BgClassName
{
background-color: #320402;
}
</style>
border-color css
<style>
span { border-color: #320402; }
span { border-color: rgb(50,4,2); }
td.TdClassName
{
border-color: #320402;
}
.TagClassName
{
border-color: #320402;
}
</style>