Shades of Seal Brown #351205
Tints of Seal Brown #351205
RGB
CMYK
RGB Variations
Color information
#351205 (or 0x351205) is known color: Seal Brown. HEX triplet: 35, 12 and 05. RGB value is (53,18,5). Sum of RGB (Red+Green+Blue) = 53+18+5=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #351205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351205 is #CAEDFA. Grayscale: #1B1B1B. Windows color (decimal): -13299195 or 332341. OLE color: 332341.
HSL color Cylindrical-coordinate representation of color #351205: hue angle of 16.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #351205 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 18 | 5 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.79 |
| HSL | 16.25º | 0.83% | 0.11% | - |
| HSV(B) | 16.25º | 0.91% | 0.21% | - |
| XYZ | 1.71 | 1.2 | 0.29 | - |
| YUV | 26.98 | 115.6 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 5 | 0 | 0.66 | 0.91 | 0.79 | 16.25 | 0.83 | 0.11 |
| Hex | 35 | 12 | 5 | 0 | 42 | 5B | 4F | 10 | 53 | B |
| Octal | 65 | 22 | 5 | 0 | 102 | 133 | 117 | 20 | 123 | 13 |
| Binary | 110101 | 10010 | 101 | 0 | 1000010 | 1011011 | 1001111 | 10000 | 1010011 | 1011 |
Color Harmonies of #351205
Complementary color
Monochromatic Colors of #351205
Black with #351205
Text Example
Text Example
White with #351205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351205; }
p { color: rgb(53,18,5); }
H1.HeaderClassName
{
color: #351205;
}
.AnyTagClassName
{
color: #351205;
}
</style>
background-color css
<style>
a { background-color: #351205; }
a { background-color: rgb(53,18,5); }
div.DivClassName
{
background-color: #351205;
}
.BgClassName
{
background-color: #351205;
}
</style>
border-color css
<style>
span { border-color: #351205; }
span { border-color: rgb(53,18,5); }
td.TdClassName
{
border-color: #351205;
}
.TagClassName
{
border-color: #351205;
}
</style>