Shades of Seal Brown #340401
Tints of Seal Brown #340401
RGB
CMYK
RGB Variations
Color information
#340401 (or 0x340401) is known color: Seal Brown. HEX triplet: 34, 04 and 01. RGB value is (52,4,1). Sum of RGB (Red+Green+Blue) = 52+4+1=57 (7% of max value = 765). Red value is 52 (20.70% from 255 or 91.23% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 52 - color contains mainly: red. Hex color #340401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340401 is #CBFBFE. Grayscale: #121212. Windows color (decimal): -13368319 or 66612. OLE color: 66612.
HSL color Cylindrical-coordinate representation of color #340401: hue angle of 3.53º 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 #340401 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 4 | 1 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.80 |
| HSL | 3.53º | 0.96% | 0.1% | - |
| HSV(B) | 3.53º | 0.98% | 0.2% | - |
| XYZ | 1.47 | 0.82 | 0.11 | - |
| YUV | 18.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 1 | 0 | 0.92 | 0.98 | 0.80 | 3.53 | 0.96 | 0.1 |
| Hex | 34 | 4 | 1 | 0 | 5C | 62 | 50 | 4 | 60 | A |
| Octal | 64 | 4 | 1 | 0 | 134 | 142 | 120 | 4 | 140 | 12 |
| Binary | 110100 | 100 | 1 | 0 | 1011100 | 1100010 | 1010000 | 100 | 1100000 | 1010 |
Color Harmonies of #340401
Complementary color
Monochromatic Colors of #340401
Black with #340401
Text Example
Text Example
White with #340401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340401; }
p { color: rgb(52,4,1); }
H1.HeaderClassName
{
color: #340401;
}
.AnyTagClassName
{
color: #340401;
}
</style>
background-color css
<style>
a { background-color: #340401; }
a { background-color: rgb(52,4,1); }
div.DivClassName
{
background-color: #340401;
}
.BgClassName
{
background-color: #340401;
}
</style>
border-color css
<style>
span { border-color: #340401; }
span { border-color: rgb(52,4,1); }
td.TdClassName
{
border-color: #340401;
}
.TagClassName
{
border-color: #340401;
}
</style>