Shades of Seal Brown #351C19
Tints of Seal Brown #351C19
RGB
CMYK
RGB Variations
Color information
#351C19 (or 0x351C19) is known color: Seal Brown. HEX triplet: 35, 1C and 19. RGB value is (53,28,25). Sum of RGB (Red+Green+Blue) = 53+28+25=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #351C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C19 is #CAE3E6. Grayscale: #232323. Windows color (decimal): -13296615 or 1645621. OLE color: 1645621.
HSL color Cylindrical-coordinate representation of color #351C19: hue angle of 6.43º 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 #351C19 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 28 | 25 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.79 |
| HSL | 6.43º | 0.36% | 0.15% | - |
| HSV(B) | 6.43º | 0.53% | 0.21% | - |
| XYZ | 2.06 | 1.66 | 1.13 | - |
| YUV | 35.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 25 | 0 | 0.47 | 0.53 | 0.79 | 6.43 | 0.36 | 0.15 |
| Hex | 35 | 1C | 19 | 0 | 2F | 35 | 4F | 6 | 24 | F |
| Octal | 65 | 34 | 31 | 0 | 57 | 65 | 117 | 6 | 44 | 17 |
| Binary | 110101 | 11100 | 11001 | 0 | 101111 | 110101 | 1001111 | 110 | 100100 | 1111 |
Color Harmonies of #351C19
Complementary color
Monochromatic Colors of #351C19
Black with #351C19
Text Example
Text Example
White with #351C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C19; }
p { color: rgb(53,28,25); }
H1.HeaderClassName
{
color: #351C19;
}
.AnyTagClassName
{
color: #351C19;
}
</style>
background-color css
<style>
a { background-color: #351C19; }
a { background-color: rgb(53,28,25); }
div.DivClassName
{
background-color: #351C19;
}
.BgClassName
{
background-color: #351C19;
}
</style>
border-color css
<style>
span { border-color: #351C19; }
span { border-color: rgb(53,28,25); }
td.TdClassName
{
border-color: #351C19;
}
.TagClassName
{
border-color: #351C19;
}
</style>