Shades of Seal Brown #320501
Tints of Seal Brown #320501
RGB
CMYK
RGB Variations
Color information
#320501 (or 0x320501) is known color: Seal Brown. HEX triplet: 32, 05 and 01. RGB value is (50,5,1). Sum of RGB (Red+Green+Blue) = 50+5+1=56 (7% of max value = 765). Red value is 50 (19.92% from 255 or 89.29% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 50 - color contains mainly: red. Hex color #320501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320501 is #CDFAFE. Grayscale: #121212. Windows color (decimal): -13499135 or 66866. OLE color: 66866.
HSL color Cylindrical-coordinate representation of color #320501: hue angle of 4.9º 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 #320501 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 5 | 1 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.80 |
| HSL | 4.9º | 0.96% | 0.1% | - |
| HSV(B) | 4.9º | 0.98% | 0.2% | - |
| XYZ | 1.38 | 0.79 | 0.11 | - |
| YUV | 18 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 1 | 0 | 0.90 | 0.98 | 0.80 | 4.9 | 0.96 | 0.1 |
| Hex | 32 | 5 | 1 | 0 | 5A | 62 | 50 | 5 | 60 | A |
| Octal | 62 | 5 | 1 | 0 | 132 | 142 | 120 | 5 | 140 | 12 |
| Binary | 110010 | 101 | 1 | 0 | 1011010 | 1100010 | 1010000 | 101 | 1100000 | 1010 |
Color Harmonies of #320501
Complementary color
Monochromatic Colors of #320501
Black with #320501
Text Example
Text Example
White with #320501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320501; }
p { color: rgb(50,5,1); }
H1.HeaderClassName
{
color: #320501;
}
.AnyTagClassName
{
color: #320501;
}
</style>
background-color css
<style>
a { background-color: #320501; }
a { background-color: rgb(50,5,1); }
div.DivClassName
{
background-color: #320501;
}
.BgClassName
{
background-color: #320501;
}
</style>
border-color css
<style>
span { border-color: #320501; }
span { border-color: rgb(50,5,1); }
td.TdClassName
{
border-color: #320501;
}
.TagClassName
{
border-color: #320501;
}
</style>