Shades of Seal Brown #320D03
Tints of Seal Brown #320D03
RGB
CMYK
RGB Variations
Color information
#320D03 (or 0x320D03) is known color: Seal Brown. HEX triplet: 32, 0D and 03. RGB value is (50,13,3). Sum of RGB (Red+Green+Blue) = 50+13+3=66 (8% of max value = 765). Red value is 50 (19.92% from 255 or 75.76% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 50 - color contains mainly: red. Hex color #320D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320D03 is #CDF2FC. Grayscale: #171717. Windows color (decimal): -13497085 or 199986. OLE color: 199986.
HSL color Cylindrical-coordinate representation of color #320D03: hue angle of 12.77º 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 #320D03 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 13 | 3 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.80 |
| HSL | 12.77º | 0.89% | 0.1% | - |
| HSV(B) | 12.77º | 0.94% | 0.2% | - |
| XYZ | 1.48 | 0.97 | 0.2 | - |
| YUV | 22.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 3 | 0 | 0.74 | 0.94 | 0.80 | 12.77 | 0.89 | 0.1 |
| Hex | 32 | D | 3 | 0 | 4A | 5E | 50 | D | 59 | A |
| Octal | 62 | 15 | 3 | 0 | 112 | 136 | 120 | 15 | 131 | 12 |
| Binary | 110010 | 1101 | 11 | 0 | 1001010 | 1011110 | 1010000 | 1101 | 1011001 | 1010 |
Color Harmonies of #320D03
Complementary color
Monochromatic Colors of #320D03
Black with #320D03
Text Example
Text Example
White with #320D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D03; }
p { color: rgb(50,13,3); }
H1.HeaderClassName
{
color: #320D03;
}
.AnyTagClassName
{
color: #320D03;
}
</style>
background-color css
<style>
a { background-color: #320D03; }
a { background-color: rgb(50,13,3); }
div.DivClassName
{
background-color: #320D03;
}
.BgClassName
{
background-color: #320D03;
}
</style>
border-color css
<style>
span { border-color: #320D03; }
span { border-color: rgb(50,13,3); }
td.TdClassName
{
border-color: #320D03;
}
.TagClassName
{
border-color: #320D03;
}
</style>