Shades of Seal Brown #351104
Tints of Seal Brown #351104
RGB
CMYK
RGB Variations
Color information
#351104 (or 0x351104) is known color: Seal Brown. HEX triplet: 35, 11 and 04. RGB value is (53,17,4). Sum of RGB (Red+Green+Blue) = 53+17+4=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #351104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351104 is #CAEEFB. Grayscale: #1A1A1A. Windows color (decimal): -13299452 or 266549. OLE color: 266549.
HSL color Cylindrical-coordinate representation of color #351104: hue angle of 15.92º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #351104 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 17 | 4 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.79 |
| HSL | 15.92º | 0.86% | 0.11% | - |
| HSV(B) | 15.92º | 0.92% | 0.21% | - |
| XYZ | 1.69 | 1.17 | 0.25 | - |
| YUV | 26.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 4 | 0 | 0.68 | 0.92 | 0.79 | 15.92 | 0.86 | 0.11 |
| Hex | 35 | 11 | 4 | 0 | 44 | 5C | 4F | 10 | 56 | B |
| Octal | 65 | 21 | 4 | 0 | 104 | 134 | 117 | 20 | 126 | 13 |
| Binary | 110101 | 10001 | 100 | 0 | 1000100 | 1011100 | 1001111 | 10000 | 1010110 | 1011 |
Color Harmonies of #351104
Complementary color
Monochromatic Colors of #351104
Black with #351104
Text Example
Text Example
White with #351104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351104; }
p { color: rgb(53,17,4); }
H1.HeaderClassName
{
color: #351104;
}
.AnyTagClassName
{
color: #351104;
}
</style>
background-color css
<style>
a { background-color: #351104; }
a { background-color: rgb(53,17,4); }
div.DivClassName
{
background-color: #351104;
}
.BgClassName
{
background-color: #351104;
}
</style>
border-color css
<style>
span { border-color: #351104; }
span { border-color: rgb(53,17,4); }
td.TdClassName
{
border-color: #351104;
}
.TagClassName
{
border-color: #351104;
}
</style>