Shades of Seal Brown #320803
Tints of Seal Brown #320803
RGB
CMYK
RGB Variations
Color information
#320803 (or 0x320803) is known color: Seal Brown. HEX triplet: 32, 08 and 03. RGB value is (50,8,3). Sum of RGB (Red+Green+Blue) = 50+8+3=61 (8% of max value = 765). Red value is 50 (19.92% from 255 or 81.97% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 50 - color contains mainly: red. Hex color #320803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320803 is #CDF7FC. Grayscale: #141414. Windows color (decimal): -13498365 or 198706. OLE color: 198706.
HSL color Cylindrical-coordinate representation of color #320803: hue angle of 6.38º 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 #320803 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 8 | 3 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.80 |
| HSL | 6.38º | 0.89% | 0.1% | - |
| HSV(B) | 6.38º | 0.94% | 0.2% | - |
| XYZ | 1.42 | 0.86 | 0.18 | - |
| YUV | 19.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 3 | 0 | 0.84 | 0.94 | 0.80 | 6.38 | 0.89 | 0.1 |
| Hex | 32 | 8 | 3 | 0 | 54 | 5E | 50 | 6 | 59 | A |
| Octal | 62 | 10 | 3 | 0 | 124 | 136 | 120 | 6 | 131 | 12 |
| Binary | 110010 | 1000 | 11 | 0 | 1010100 | 1011110 | 1010000 | 110 | 1011001 | 1010 |
Color Harmonies of #320803
Complementary color
Monochromatic Colors of #320803
Black with #320803
Text Example
Text Example
White with #320803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320803; }
p { color: rgb(50,8,3); }
H1.HeaderClassName
{
color: #320803;
}
.AnyTagClassName
{
color: #320803;
}
</style>
background-color css
<style>
a { background-color: #320803; }
a { background-color: rgb(50,8,3); }
div.DivClassName
{
background-color: #320803;
}
.BgClassName
{
background-color: #320803;
}
</style>
border-color css
<style>
span { border-color: #320803; }
span { border-color: rgb(50,8,3); }
td.TdClassName
{
border-color: #320803;
}
.TagClassName
{
border-color: #320803;
}
</style>