Shades of Seal Brown #351101
Tints of Seal Brown #351101
RGB
CMYK
RGB Variations
Color information
#351101 (or 0x351101) is known color: Seal Brown. HEX triplet: 35, 11 and 01. RGB value is (53,17,1). Sum of RGB (Red+Green+Blue) = 53+17+1=71 (9% of max value = 765). Red value is 53 (21.09% from 255 or 74.65% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 53 - color contains mainly: red. Hex color #351101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351101 is #CAEEFE. Grayscale: #1A1A1A. Windows color (decimal): -13299455 or 69941. OLE color: 69941.
HSL color Cylindrical-coordinate representation of color #351101: hue angle of 18.46º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #351101 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 17 | 1 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.79 |
| HSL | 18.46º | 0.96% | 0.11% | - |
| HSV(B) | 18.46º | 0.98% | 0.21% | - |
| XYZ | 1.67 | 1.16 | 0.16 | - |
| YUV | 25.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 1 | 0 | 0.68 | 0.98 | 0.79 | 18.46 | 0.96 | 0.11 |
| Hex | 35 | 11 | 1 | 0 | 44 | 62 | 4F | 12 | 60 | B |
| Octal | 65 | 21 | 1 | 0 | 104 | 142 | 117 | 22 | 140 | 13 |
| Binary | 110101 | 10001 | 1 | 0 | 1000100 | 1100010 | 1001111 | 10010 | 1100000 | 1011 |
Color Harmonies of #351101
Complementary color
Monochromatic Colors of #351101
Black with #351101
Text Example
Text Example
White with #351101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351101; }
p { color: rgb(53,17,1); }
H1.HeaderClassName
{
color: #351101;
}
.AnyTagClassName
{
color: #351101;
}
</style>
background-color css
<style>
a { background-color: #351101; }
a { background-color: rgb(53,17,1); }
div.DivClassName
{
background-color: #351101;
}
.BgClassName
{
background-color: #351101;
}
</style>
border-color css
<style>
span { border-color: #351101; }
span { border-color: rgb(53,17,1); }
td.TdClassName
{
border-color: #351101;
}
.TagClassName
{
border-color: #351101;
}
</style>