Shades of Seal Brown #341001
Tints of Seal Brown #341001
RGB
CMYK
RGB Variations
Color information
#341001 (or 0x341001) is known color: Seal Brown. HEX triplet: 34, 10 and 01. RGB value is (52,16,1). Sum of RGB (Red+Green+Blue) = 52+16+1=69 (9% of max value = 765). Red value is 52 (20.70% from 255 or 75.36% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 52 - color contains mainly: red. Hex color #341001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341001 is #CBEFFE. Grayscale: #191919. Windows color (decimal): -13365247 or 69684. OLE color: 69684.
HSL color Cylindrical-coordinate representation of color #341001: hue angle of 17.65º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #341001 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 16 | 1 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.80 |
| HSL | 17.65º | 0.96% | 0.1% | - |
| HSV(B) | 17.65º | 0.98% | 0.2% | - |
| XYZ | 1.61 | 1.1 | 0.16 | - |
| YUV | 25.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 1 | 0 | 0.69 | 0.98 | 0.80 | 17.65 | 0.96 | 0.1 |
| Hex | 34 | 10 | 1 | 0 | 45 | 62 | 50 | 12 | 60 | A |
| Octal | 64 | 20 | 1 | 0 | 105 | 142 | 120 | 22 | 140 | 12 |
| Binary | 110100 | 10000 | 1 | 0 | 1000101 | 1100010 | 1010000 | 10010 | 1100000 | 1010 |
Color Harmonies of #341001
Complementary color
Monochromatic Colors of #341001
Black with #341001
Text Example
Text Example
White with #341001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341001; }
p { color: rgb(52,16,1); }
H1.HeaderClassName
{
color: #341001;
}
.AnyTagClassName
{
color: #341001;
}
</style>
background-color css
<style>
a { background-color: #341001; }
a { background-color: rgb(52,16,1); }
div.DivClassName
{
background-color: #341001;
}
.BgClassName
{
background-color: #341001;
}
</style>
border-color css
<style>
span { border-color: #341001; }
span { border-color: rgb(52,16,1); }
td.TdClassName
{
border-color: #341001;
}
.TagClassName
{
border-color: #341001;
}
</style>