Shades of Seal Brown #321107
Tints of Seal Brown #321107
RGB
CMYK
RGB Variations
Color information
#321107 (or 0x321107) is known color: Seal Brown. HEX triplet: 32, 11 and 07. RGB value is (50,17,7). Sum of RGB (Red+Green+Blue) = 50+17+7=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #321107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321107 is #CDEEF8. Grayscale: #191919. Windows color (decimal): -13496057 or 463154. OLE color: 463154.
HSL color Cylindrical-coordinate representation of color #321107: hue angle of 13.95º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321107 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 17 | 7 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.80 |
| HSL | 13.95º | 0.75% | 0.11% | - |
| HSV(B) | 13.95º | 0.86% | 0.2% | - |
| XYZ | 1.55 | 1.09 | 0.33 | - |
| YUV | 25.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 7 | 0 | 0.66 | 0.86 | 0.80 | 13.95 | 0.75 | 0.11 |
| Hex | 32 | 11 | 7 | 0 | 42 | 56 | 50 | E | 4B | B |
| Octal | 62 | 21 | 7 | 0 | 102 | 126 | 120 | 16 | 113 | 13 |
| Binary | 110010 | 10001 | 111 | 0 | 1000010 | 1010110 | 1010000 | 1110 | 1001011 | 1011 |
Color Harmonies of #321107
Complementary color
Monochromatic Colors of #321107
Black with #321107
Text Example
Text Example
White with #321107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321107; }
p { color: rgb(50,17,7); }
H1.HeaderClassName
{
color: #321107;
}
.AnyTagClassName
{
color: #321107;
}
</style>
background-color css
<style>
a { background-color: #321107; }
a { background-color: rgb(50,17,7); }
div.DivClassName
{
background-color: #321107;
}
.BgClassName
{
background-color: #321107;
}
</style>
border-color css
<style>
span { border-color: #321107; }
span { border-color: rgb(50,17,7); }
td.TdClassName
{
border-color: #321107;
}
.TagClassName
{
border-color: #321107;
}
</style>