Shades of Seal Brown #351919
Tints of Seal Brown #351919
RGB
CMYK
RGB Variations
Color information
#351919 (or 0x351919) is known color: Seal Brown. HEX triplet: 35, 19 and 19. RGB value is (53,25,25). Sum of RGB (Red+Green+Blue) = 53+25+25=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #351919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351919 is #CAE6E6. Grayscale: #212121. Windows color (decimal): -13297383 or 1644853. OLE color: 1644853.
HSL color Cylindrical-coordinate representation of color #351919: hue angle of 0º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #351919 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 25 | 25 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.79 |
| HSL | 0º | 0.36% | 0.15% | - |
| HSV(B) | 0º | 0.53% | 0.21% | - |
| XYZ | 1.99 | 1.52 | 1.11 | - |
| YUV | 33.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 25 | 0 | 0.53 | 0.53 | 0.79 | 0 | 0.36 | 0.15 |
| Hex | 35 | 19 | 19 | 0 | 35 | 35 | 4F | 0 | 24 | F |
| Octal | 65 | 31 | 31 | 0 | 65 | 65 | 117 | 0 | 44 | 17 |
| Binary | 110101 | 11001 | 11001 | 0 | 110101 | 110101 | 1001111 | 0 | 100100 | 1111 |
Color Harmonies of #351919
Complementary color
Monochromatic Colors of #351919
Black with #351919
Text Example
Text Example
White with #351919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351919; }
p { color: rgb(53,25,25); }
H1.HeaderClassName
{
color: #351919;
}
.AnyTagClassName
{
color: #351919;
}
</style>
background-color css
<style>
a { background-color: #351919; }
a { background-color: rgb(53,25,25); }
div.DivClassName
{
background-color: #351919;
}
.BgClassName
{
background-color: #351919;
}
</style>
border-color css
<style>
span { border-color: #351919; }
span { border-color: rgb(53,25,25); }
td.TdClassName
{
border-color: #351919;
}
.TagClassName
{
border-color: #351919;
}
</style>