Shades of Seal Brown #341919
Tints of Seal Brown #341919
RGB
CMYK
RGB Variations
Color information
#341919 (or 0x341919) is known color: Seal Brown. HEX triplet: 34, 19 and 19. RGB value is (52,25,25). Sum of RGB (Red+Green+Blue) = 52+25+25=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #341919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341919 is #CBE6E6. Grayscale: #212121. Windows color (decimal): -13362919 or 1644852. OLE color: 1644852.
HSL color Cylindrical-coordinate representation of color #341919: hue angle of 0º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #341919 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 25 | 25 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.80 |
| HSL | 0º | 0.35% | 0.15% | - |
| HSV(B) | 0º | 0.52% | 0.2% | - |
| XYZ | 1.94 | 1.5 | 1.11 | - |
| YUV | 33.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 25 | 25 | 0 | 0.52 | 0.52 | 0.80 | 0 | 0.35 | 0.15 |
| Hex | 34 | 19 | 19 | 0 | 34 | 34 | 50 | 0 | 23 | F |
| Octal | 64 | 31 | 31 | 0 | 64 | 64 | 120 | 0 | 43 | 17 |
| Binary | 110100 | 11001 | 11001 | 0 | 110100 | 110100 | 1010000 | 0 | 100011 | 1111 |
Color Harmonies of #341919
Complementary color
Monochromatic Colors of #341919
Black with #341919
Text Example
Text Example
White with #341919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341919; }
p { color: rgb(52,25,25); }
H1.HeaderClassName
{
color: #341919;
}
.AnyTagClassName
{
color: #341919;
}
</style>
background-color css
<style>
a { background-color: #341919; }
a { background-color: rgb(52,25,25); }
div.DivClassName
{
background-color: #341919;
}
.BgClassName
{
background-color: #341919;
}
</style>
border-color css
<style>
span { border-color: #341919; }
span { border-color: rgb(52,25,25); }
td.TdClassName
{
border-color: #341919;
}
.TagClassName
{
border-color: #341919;
}
</style>