Shades of Seal Brown #320603
Tints of Seal Brown #320603
RGB
CMYK
RGB Variations
Color information
#320603 (or 0x320603) is known color: Seal Brown. HEX triplet: 32, 06 and 03. RGB value is (50,6,3). Sum of RGB (Red+Green+Blue) = 50+6+3=59 (7% of max value = 765). Red value is 50 (19.92% from 255 or 84.75% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 50 - color contains mainly: red. Hex color #320603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320603 is #CDF9FC. Grayscale: #121212. Windows color (decimal): -13498877 or 198194. OLE color: 198194.
HSL color Cylindrical-coordinate representation of color #320603: hue angle of 3.83º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320603 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 6 | 3 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.80 |
| HSL | 3.83º | 0.89% | 0.1% | - |
| HSV(B) | 3.83º | 0.94% | 0.2% | - |
| XYZ | 1.4 | 0.81 | 0.17 | - |
| YUV | 18.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 6 | 3 | 0 | 0.88 | 0.94 | 0.80 | 3.83 | 0.89 | 0.1 |
| Hex | 32 | 6 | 3 | 0 | 58 | 5E | 50 | 4 | 59 | A |
| Octal | 62 | 6 | 3 | 0 | 130 | 136 | 120 | 4 | 131 | 12 |
| Binary | 110010 | 110 | 11 | 0 | 1011000 | 1011110 | 1010000 | 100 | 1011001 | 1010 |
Color Harmonies of #320603
Complementary color
Monochromatic Colors of #320603
Black with #320603
Text Example
Text Example
White with #320603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320603; }
p { color: rgb(50,6,3); }
H1.HeaderClassName
{
color: #320603;
}
.AnyTagClassName
{
color: #320603;
}
</style>
background-color css
<style>
a { background-color: #320603; }
a { background-color: rgb(50,6,3); }
div.DivClassName
{
background-color: #320603;
}
.BgClassName
{
background-color: #320603;
}
</style>
border-color css
<style>
span { border-color: #320603; }
span { border-color: rgb(50,6,3); }
td.TdClassName
{
border-color: #320603;
}
.TagClassName
{
border-color: #320603;
}
</style>