Shades of Seal Brown #321C18
Tints of Seal Brown #321C18
RGB
CMYK
RGB Variations
Color information
#321C18 (or 0x321C18) is known color: Seal Brown. HEX triplet: 32, 1C and 18. RGB value is (50,28,24). Sum of RGB (Red+Green+Blue) = 50+28+24=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #321C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321C18 is #CDE3E7. Grayscale: #222222. Windows color (decimal): -13493224 or 1580082. OLE color: 1580082.
HSL color Cylindrical-coordinate representation of color #321C18: hue angle of 9.23º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #321C18 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 28 | 24 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.80 |
| HSL | 9.23º | 0.35% | 0.15% | - |
| HSV(B) | 9.23º | 0.52% | 0.2% | - |
| XYZ | 1.9 | 1.57 | 1.07 | - |
| YUV | 34.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 24 | 0 | 0.44 | 0.52 | 0.80 | 9.23 | 0.35 | 0.15 |
| Hex | 32 | 1C | 18 | 0 | 2C | 34 | 50 | 9 | 23 | F |
| Octal | 62 | 34 | 30 | 0 | 54 | 64 | 120 | 11 | 43 | 17 |
| Binary | 110010 | 11100 | 11000 | 0 | 101100 | 110100 | 1010000 | 1001 | 100011 | 1111 |
Color Harmonies of #321C18
Complementary color
Monochromatic Colors of #321C18
Black with #321C18
Text Example
Text Example
White with #321C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C18; }
p { color: rgb(50,28,24); }
H1.HeaderClassName
{
color: #321C18;
}
.AnyTagClassName
{
color: #321C18;
}
</style>
background-color css
<style>
a { background-color: #321C18; }
a { background-color: rgb(50,28,24); }
div.DivClassName
{
background-color: #321C18;
}
.BgClassName
{
background-color: #321C18;
}
</style>
border-color css
<style>
span { border-color: #321C18; }
span { border-color: rgb(50,28,24); }
td.TdClassName
{
border-color: #321C18;
}
.TagClassName
{
border-color: #321C18;
}
</style>