Shades of Seal Brown #351412
Tints of Seal Brown #351412
RGB
CMYK
RGB Variations
Color information
#351412 (or 0x351412) is known color: Seal Brown. HEX triplet: 35, 14 and 12. RGB value is (53,20,18). Sum of RGB (Red+Green+Blue) = 53+20+18=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #351412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351412 is #CAEBED. Grayscale: #1D1D1D. Windows color (decimal): -13298670 or 1184821. OLE color: 1184821.
HSL color Cylindrical-coordinate representation of color #351412: hue angle of 3.43º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #351412 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 20 | 18 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.79 |
| HSL | 3.43º | 0.49% | 0.14% | - |
| HSV(B) | 3.43º | 0.66% | 0.21% | - |
| XYZ | 1.83 | 1.3 | 0.73 | - |
| YUV | 29.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 18 | 0 | 0.62 | 0.66 | 0.79 | 3.43 | 0.49 | 0.14 |
| Hex | 35 | 14 | 12 | 0 | 3E | 42 | 4F | 3 | 31 | E |
| Octal | 65 | 24 | 22 | 0 | 76 | 102 | 117 | 3 | 61 | 16 |
| Binary | 110101 | 10100 | 10010 | 0 | 111110 | 1000010 | 1001111 | 11 | 110001 | 1110 |
Color Harmonies of #351412
Complementary color
Monochromatic Colors of #351412
Black with #351412
Text Example
Text Example
White with #351412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351412; }
p { color: rgb(53,20,18); }
H1.HeaderClassName
{
color: #351412;
}
.AnyTagClassName
{
color: #351412;
}
</style>
background-color css
<style>
a { background-color: #351412; }
a { background-color: rgb(53,20,18); }
div.DivClassName
{
background-color: #351412;
}
.BgClassName
{
background-color: #351412;
}
</style>
border-color css
<style>
span { border-color: #351412; }
span { border-color: rgb(53,20,18); }
td.TdClassName
{
border-color: #351412;
}
.TagClassName
{
border-color: #351412;
}
</style>