Shades of Seal Brown #35160E
Tints of Seal Brown #35160E
RGB
CMYK
RGB Variations
Color information
#35160E (or 0x35160E) is known color: Seal Brown. HEX triplet: 35, 16 and 0E. RGB value is (53,22,14). Sum of RGB (Red+Green+Blue) = 53+22+14=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #35160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35160E is #CAE9F1. Grayscale: #1E1E1E. Windows color (decimal): -13298162 or 923189. OLE color: 923189.
HSL color Cylindrical-coordinate representation of color #35160E: hue angle of 12.31º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35160E is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 22 | 14 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.79 |
| HSL | 12.31º | 0.58% | 0.13% | - |
| HSV(B) | 12.31º | 0.74% | 0.21% | - |
| XYZ | 1.83 | 1.36 | 0.58 | - |
| YUV | 30.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 22 | 14 | 0 | 0.58 | 0.74 | 0.79 | 12.31 | 0.58 | 0.13 |
| Hex | 35 | 16 | E | 0 | 3A | 4A | 4F | C | 3A | D |
| Octal | 65 | 26 | 16 | 0 | 72 | 112 | 117 | 14 | 72 | 15 |
| Binary | 110101 | 10110 | 1110 | 0 | 111010 | 1001010 | 1001111 | 1100 | 111010 | 1101 |
Color Harmonies of #35160E
Complementary color
Monochromatic Colors of #35160E
Black with #35160E
Text Example
Text Example
White with #35160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35160E; }
p { color: rgb(53,22,14); }
H1.HeaderClassName
{
color: #35160E;
}
.AnyTagClassName
{
color: #35160E;
}
</style>
background-color css
<style>
a { background-color: #35160E; }
a { background-color: rgb(53,22,14); }
div.DivClassName
{
background-color: #35160E;
}
.BgClassName
{
background-color: #35160E;
}
</style>
border-color css
<style>
span { border-color: #35160E; }
span { border-color: rgb(53,22,14); }
td.TdClassName
{
border-color: #35160E;
}
.TagClassName
{
border-color: #35160E;
}
</style>