Shades of Seal Brown #351512
Tints of Seal Brown #351512
RGB
CMYK
RGB Variations
Color information
#351512 (or 0x351512) is known color: Seal Brown. HEX triplet: 35, 15 and 12. RGB value is (53,21,18). Sum of RGB (Red+Green+Blue) = 53+21+18=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #351512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351512 is #CAEAED. Grayscale: #1E1E1E. Windows color (decimal): -13298414 or 1185077. OLE color: 1185077.
HSL color Cylindrical-coordinate representation of color #351512: hue angle of 5.14º 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 #351512 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 21 | 18 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.79 |
| HSL | 5.14º | 0.49% | 0.14% | - |
| HSV(B) | 5.14º | 0.66% | 0.21% | - |
| XYZ | 1.85 | 1.34 | 0.73 | - |
| YUV | 30.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 18 | 0 | 0.60 | 0.66 | 0.79 | 5.14 | 0.49 | 0.14 |
| Hex | 35 | 15 | 12 | 0 | 3C | 42 | 4F | 5 | 31 | E |
| Octal | 65 | 25 | 22 | 0 | 74 | 102 | 117 | 5 | 61 | 16 |
| Binary | 110101 | 10101 | 10010 | 0 | 111100 | 1000010 | 1001111 | 101 | 110001 | 1110 |
Color Harmonies of #351512
Complementary color
Monochromatic Colors of #351512
Black with #351512
Text Example
Text Example
White with #351512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351512; }
p { color: rgb(53,21,18); }
H1.HeaderClassName
{
color: #351512;
}
.AnyTagClassName
{
color: #351512;
}
</style>
background-color css
<style>
a { background-color: #351512; }
a { background-color: rgb(53,21,18); }
div.DivClassName
{
background-color: #351512;
}
.BgClassName
{
background-color: #351512;
}
</style>
border-color css
<style>
span { border-color: #351512; }
span { border-color: rgb(53,21,18); }
td.TdClassName
{
border-color: #351512;
}
.TagClassName
{
border-color: #351512;
}
</style>