Shades of Seal Brown #321009
Tints of Seal Brown #321009
RGB
CMYK
RGB Variations
Color information
#321009 (or 0x321009) is known color: Seal Brown. HEX triplet: 32, 10 and 09. RGB value is (50,16,9). Sum of RGB (Red+Green+Blue) = 50+16+9=75 (9% of max value = 765). Red value is 50 (19.92% from 255 or 66.67% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 50 - color contains mainly: red. Hex color #321009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321009 is #CDEFF6. Grayscale: #191919. Windows color (decimal): -13496311 or 593970. OLE color: 593970.
HSL color Cylindrical-coordinate representation of color #321009: hue angle of 10.24º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321009 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 16 | 9 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.80 |
| HSL | 10.24º | 0.69% | 0.12% | - |
| HSV(B) | 10.24º | 0.82% | 0.2% | - |
| XYZ | 1.55 | 1.07 | 0.38 | - |
| YUV | 25.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 9 | 0 | 0.68 | 0.82 | 0.80 | 10.24 | 0.69 | 0.12 |
| Hex | 32 | 10 | 9 | 0 | 44 | 52 | 50 | A | 45 | C |
| Octal | 62 | 20 | 11 | 0 | 104 | 122 | 120 | 12 | 105 | 14 |
| Binary | 110010 | 10000 | 1001 | 0 | 1000100 | 1010010 | 1010000 | 1010 | 1000101 | 1100 |
Color Harmonies of #321009
Complementary color
Monochromatic Colors of #321009
Black with #321009
Text Example
Text Example
White with #321009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321009; }
p { color: rgb(50,16,9); }
H1.HeaderClassName
{
color: #321009;
}
.AnyTagClassName
{
color: #321009;
}
</style>
background-color css
<style>
a { background-color: #321009; }
a { background-color: rgb(50,16,9); }
div.DivClassName
{
background-color: #321009;
}
.BgClassName
{
background-color: #321009;
}
</style>
border-color css
<style>
span { border-color: #321009; }
span { border-color: rgb(50,16,9); }
td.TdClassName
{
border-color: #321009;
}
.TagClassName
{
border-color: #321009;
}
</style>