Shades of Seal Brown #320101
Tints of Seal Brown #320101
RGB
CMYK
RGB Variations
Color information
#320101 (or 0x320101) is known color: Seal Brown. HEX triplet: 32, 01 and 01. RGB value is (50,1,1). Sum of RGB (Red+Green+Blue) = 50+1+1=52 (6% of max value = 765). Red value is 50 (19.92% from 255 or 96.15% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 50 - color contains mainly: red. Hex color #320101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320101 is #CDFEFE. Grayscale: #0F0F0F. Windows color (decimal): -13500159 or 65842. OLE color: 65842.
HSL color Cylindrical-coordinate representation of color #320101: hue angle of 0º 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 #320101 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 1 | 1 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.80 |
| HSL | 0º | 0.96% | 0.1% | - |
| HSV(B) | 0º | 0.98% | 0.2% | - |
| XYZ | 1.33 | 0.7 | 0.09 | - |
| YUV | 15.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 1 | 0 | 0.98 | 0.98 | 0.80 | 0 | 0.96 | 0.1 |
| Hex | 32 | 1 | 1 | 0 | 62 | 62 | 50 | 0 | 60 | A |
| Octal | 62 | 1 | 1 | 0 | 142 | 142 | 120 | 0 | 140 | 12 |
| Binary | 110010 | 1 | 1 | 0 | 1100010 | 1100010 | 1010000 | 0 | 1100000 | 1010 |
Color Harmonies of #320101
Complementary color
Monochromatic Colors of #320101
Black with #320101
Text Example
Text Example
White with #320101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320101; }
p { color: rgb(50,1,1); }
H1.HeaderClassName
{
color: #320101;
}
.AnyTagClassName
{
color: #320101;
}
</style>
background-color css
<style>
a { background-color: #320101; }
a { background-color: rgb(50,1,1); }
div.DivClassName
{
background-color: #320101;
}
.BgClassName
{
background-color: #320101;
}
</style>
border-color css
<style>
span { border-color: #320101; }
span { border-color: rgb(50,1,1); }
td.TdClassName
{
border-color: #320101;
}
.TagClassName
{
border-color: #320101;
}
</style>