Shades of Seal Brown #340E03
Tints of Seal Brown #340E03
RGB
CMYK
RGB Variations
Color information
#340E03 (or 0x340E03) is known color: Seal Brown. HEX triplet: 34, 0E and 03. RGB value is (52,14,3). Sum of RGB (Red+Green+Blue) = 52+14+3=69 (9% of max value = 765). Red value is 52 (20.70% from 255 or 75.36% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 52 - color contains mainly: red. Hex color #340E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340E03 is #CBF1FC. Grayscale: #181818. Windows color (decimal): -13365757 or 200244. OLE color: 200244.
HSL color Cylindrical-coordinate representation of color #340E03: hue angle of 13.47º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340E03 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 14 | 3 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.80 |
| HSL | 13.47º | 0.89% | 0.11% | - |
| HSV(B) | 13.47º | 0.94% | 0.2% | - |
| XYZ | 1.59 | 1.05 | 0.21 | - |
| YUV | 24.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 3 | 0 | 0.73 | 0.94 | 0.80 | 13.47 | 0.89 | 0.11 |
| Hex | 34 | E | 3 | 0 | 49 | 5E | 50 | D | 59 | B |
| Octal | 64 | 16 | 3 | 0 | 111 | 136 | 120 | 15 | 131 | 13 |
| Binary | 110100 | 1110 | 11 | 0 | 1001001 | 1011110 | 1010000 | 1101 | 1011001 | 1011 |
Color Harmonies of #340E03
Complementary color
Monochromatic Colors of #340E03
Black with #340E03
Text Example
Text Example
White with #340E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340E03; }
p { color: rgb(52,14,3); }
H1.HeaderClassName
{
color: #340E03;
}
.AnyTagClassName
{
color: #340E03;
}
</style>
background-color css
<style>
a { background-color: #340E03; }
a { background-color: rgb(52,14,3); }
div.DivClassName
{
background-color: #340E03;
}
.BgClassName
{
background-color: #340E03;
}
</style>
border-color css
<style>
span { border-color: #340E03; }
span { border-color: rgb(52,14,3); }
td.TdClassName
{
border-color: #340E03;
}
.TagClassName
{
border-color: #340E03;
}
</style>