Shades of Seal Brown #320701
Tints of Seal Brown #320701
RGB
CMYK
RGB Variations
Color information
#320701 (or 0x320701) is known color: Seal Brown. HEX triplet: 32, 07 and 01. RGB value is (50,7,1). Sum of RGB (Red+Green+Blue) = 50+7+1=58 (7% of max value = 765). Red value is 50 (19.92% from 255 or 86.21% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 50 - color contains mainly: red. Hex color #320701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320701 is #CDF8FE. Grayscale: #131313. Windows color (decimal): -13498623 or 67378. OLE color: 67378.
HSL color Cylindrical-coordinate representation of color #320701: hue angle of 7.35º 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 #320701 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 7 | 1 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.80 |
| HSL | 7.35º | 0.96% | 0.1% | - |
| HSV(B) | 7.35º | 0.98% | 0.2% | - |
| XYZ | 1.4 | 0.83 | 0.12 | - |
| YUV | 19.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 1 | 0 | 0.86 | 0.98 | 0.80 | 7.35 | 0.96 | 0.1 |
| Hex | 32 | 7 | 1 | 0 | 56 | 62 | 50 | 7 | 60 | A |
| Octal | 62 | 7 | 1 | 0 | 126 | 142 | 120 | 7 | 140 | 12 |
| Binary | 110010 | 111 | 1 | 0 | 1010110 | 1100010 | 1010000 | 111 | 1100000 | 1010 |
Color Harmonies of #320701
Complementary color
Monochromatic Colors of #320701
Black with #320701
Text Example
Text Example
White with #320701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320701; }
p { color: rgb(50,7,1); }
H1.HeaderClassName
{
color: #320701;
}
.AnyTagClassName
{
color: #320701;
}
</style>
background-color css
<style>
a { background-color: #320701; }
a { background-color: rgb(50,7,1); }
div.DivClassName
{
background-color: #320701;
}
.BgClassName
{
background-color: #320701;
}
</style>
border-color css
<style>
span { border-color: #320701; }
span { border-color: rgb(50,7,1); }
td.TdClassName
{
border-color: #320701;
}
.TagClassName
{
border-color: #320701;
}
</style>