Shades of Seal Brown #320502
Tints of Seal Brown #320502
RGB
CMYK
RGB Variations
Color information
#320502 (or 0x320502) is known color: Seal Brown. HEX triplet: 32, 05 and 02. RGB value is (50,5,2). Sum of RGB (Red+Green+Blue) = 50+5+2=57 (7% of max value = 765). Red value is 50 (19.92% from 255 or 87.72% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 50 - color contains mainly: red. Hex color #320502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320502 is #CDFAFD. Grayscale: #121212. Windows color (decimal): -13499134 or 132402. OLE color: 132402.
HSL color Cylindrical-coordinate representation of color #320502: hue angle of 3.75º 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 #320502 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 5 | 2 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.80 |
| HSL | 3.75º | 0.92% | 0.1% | - |
| HSV(B) | 3.75º | 0.96% | 0.2% | - |
| XYZ | 1.38 | 0.79 | 0.14 | - |
| YUV | 18.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 2 | 0 | 0.90 | 0.96 | 0.80 | 3.75 | 0.92 | 0.1 |
| Hex | 32 | 5 | 2 | 0 | 5A | 60 | 50 | 4 | 5C | A |
| Octal | 62 | 5 | 2 | 0 | 132 | 140 | 120 | 4 | 134 | 12 |
| Binary | 110010 | 101 | 10 | 0 | 1011010 | 1100000 | 1010000 | 100 | 1011100 | 1010 |
Color Harmonies of #320502
Complementary color
Monochromatic Colors of #320502
Black with #320502
Text Example
Text Example
White with #320502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320502; }
p { color: rgb(50,5,2); }
H1.HeaderClassName
{
color: #320502;
}
.AnyTagClassName
{
color: #320502;
}
</style>
background-color css
<style>
a { background-color: #320502; }
a { background-color: rgb(50,5,2); }
div.DivClassName
{
background-color: #320502;
}
.BgClassName
{
background-color: #320502;
}
</style>
border-color css
<style>
span { border-color: #320502; }
span { border-color: rgb(50,5,2); }
td.TdClassName
{
border-color: #320502;
}
.TagClassName
{
border-color: #320502;
}
</style>