Shades of Seal Brown #320401
Tints of Seal Brown #320401
RGB
CMYK
RGB Variations
Color information
#320401 (or 0x320401) is known color: Seal Brown. HEX triplet: 32, 04 and 01. RGB value is (50,4,1). Sum of RGB (Red+Green+Blue) = 50+4+1=55 (7% of max value = 765). Red value is 50 (19.92% from 255 or 90.91% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 50 - color contains mainly: red. Hex color #320401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320401 is #CDFBFE. Grayscale: #111111. Windows color (decimal): -13499391 or 66610. OLE color: 66610.
HSL color Cylindrical-coordinate representation of color #320401: hue angle of 3.67º 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 #320401 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 4 | 1 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.80 |
| HSL | 3.67º | 0.96% | 0.1% | - |
| HSV(B) | 3.67º | 0.98% | 0.2% | - |
| XYZ | 1.36 | 0.77 | 0.1 | - |
| YUV | 17.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 1 | 0 | 0.92 | 0.98 | 0.80 | 3.67 | 0.96 | 0.1 |
| Hex | 32 | 4 | 1 | 0 | 5C | 62 | 50 | 4 | 60 | A |
| Octal | 62 | 4 | 1 | 0 | 134 | 142 | 120 | 4 | 140 | 12 |
| Binary | 110010 | 100 | 1 | 0 | 1011100 | 1100010 | 1010000 | 100 | 1100000 | 1010 |
Color Harmonies of #320401
Complementary color
Monochromatic Colors of #320401
Black with #320401
Text Example
Text Example
White with #320401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320401; }
p { color: rgb(50,4,1); }
H1.HeaderClassName
{
color: #320401;
}
.AnyTagClassName
{
color: #320401;
}
</style>
background-color css
<style>
a { background-color: #320401; }
a { background-color: rgb(50,4,1); }
div.DivClassName
{
background-color: #320401;
}
.BgClassName
{
background-color: #320401;
}
</style>
border-color css
<style>
span { border-color: #320401; }
span { border-color: rgb(50,4,1); }
td.TdClassName
{
border-color: #320401;
}
.TagClassName
{
border-color: #320401;
}
</style>