Shades of Seal Brown #351A19
Tints of Seal Brown #351A19
RGB
CMYK
RGB Variations
Color information
#351A19 (or 0x351A19) is known color: Seal Brown. HEX triplet: 35, 1A and 19. RGB value is (53,26,25). Sum of RGB (Red+Green+Blue) = 53+26+25=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #351A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A19 is #CAE5E6. Grayscale: #212121. Windows color (decimal): -13297127 or 1645109. OLE color: 1645109.
HSL color Cylindrical-coordinate representation of color #351A19: hue angle of 2.14º 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 #351A19 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 26 | 25 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.79 |
| HSL | 2.14º | 0.36% | 0.15% | - |
| HSV(B) | 2.14º | 0.53% | 0.21% | - |
| XYZ | 2.01 | 1.57 | 1.12 | - |
| YUV | 33.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 25 | 0 | 0.51 | 0.53 | 0.79 | 2.14 | 0.36 | 0.15 |
| Hex | 35 | 1A | 19 | 0 | 33 | 35 | 4F | 2 | 24 | F |
| Octal | 65 | 32 | 31 | 0 | 63 | 65 | 117 | 2 | 44 | 17 |
| Binary | 110101 | 11010 | 11001 | 0 | 110011 | 110101 | 1001111 | 10 | 100100 | 1111 |
Color Harmonies of #351A19
Complementary color
Monochromatic Colors of #351A19
Black with #351A19
Text Example
Text Example
White with #351A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A19; }
p { color: rgb(53,26,25); }
H1.HeaderClassName
{
color: #351A19;
}
.AnyTagClassName
{
color: #351A19;
}
</style>
background-color css
<style>
a { background-color: #351A19; }
a { background-color: rgb(53,26,25); }
div.DivClassName
{
background-color: #351A19;
}
.BgClassName
{
background-color: #351A19;
}
</style>
border-color css
<style>
span { border-color: #351A19; }
span { border-color: rgb(53,26,25); }
td.TdClassName
{
border-color: #351A19;
}
.TagClassName
{
border-color: #351A19;
}
</style>