Shades of Seal Brown #321103
Tints of Seal Brown #321103
RGB
CMYK
RGB Variations
Color information
#321103 (or 0x321103) is known color: Seal Brown. HEX triplet: 32, 11 and 03. RGB value is (50,17,3). Sum of RGB (Red+Green+Blue) = 50+17+3=70 (9% of max value = 765). Red value is 50 (19.92% from 255 or 71.43% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 50 - color contains mainly: red. Hex color #321103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321103 is #CDEEFC. Grayscale: #191919. Windows color (decimal): -13496061 or 201010. OLE color: 201010.
HSL color Cylindrical-coordinate representation of color #321103: hue angle of 17.87º 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 #321103 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 17 | 3 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.80 |
| HSL | 17.87º | 0.89% | 0.1% | - |
| HSV(B) | 17.87º | 0.94% | 0.2% | - |
| XYZ | 1.53 | 1.09 | 0.21 | - |
| YUV | 25.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 3 | 0 | 0.66 | 0.94 | 0.80 | 17.87 | 0.89 | 0.1 |
| Hex | 32 | 11 | 3 | 0 | 42 | 5E | 50 | 12 | 59 | A |
| Octal | 62 | 21 | 3 | 0 | 102 | 136 | 120 | 22 | 131 | 12 |
| Binary | 110010 | 10001 | 11 | 0 | 1000010 | 1011110 | 1010000 | 10010 | 1011001 | 1010 |
Color Harmonies of #321103
Complementary color
Monochromatic Colors of #321103
Black with #321103
Text Example
Text Example
White with #321103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321103; }
p { color: rgb(50,17,3); }
H1.HeaderClassName
{
color: #321103;
}
.AnyTagClassName
{
color: #321103;
}
</style>
background-color css
<style>
a { background-color: #321103; }
a { background-color: rgb(50,17,3); }
div.DivClassName
{
background-color: #321103;
}
.BgClassName
{
background-color: #321103;
}
</style>
border-color css
<style>
span { border-color: #321103; }
span { border-color: rgb(50,17,3); }
td.TdClassName
{
border-color: #321103;
}
.TagClassName
{
border-color: #321103;
}
</style>