Shades of Seal Brown #340F0B
Tints of Seal Brown #340F0B
RGB
CMYK
RGB Variations
Color information
#340F0B (or 0x340F0B) is known color: Seal Brown. HEX triplet: 34, 0F and 0B. RGB value is (52,15,11). Sum of RGB (Red+Green+Blue) = 52+15+11=78 (10% of max value = 765). Red value is 52 (20.70% from 255 or 66.67% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 52 - color contains mainly: red. Hex color #340F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340F0B is #CBF0F4. Grayscale: #191919. Windows color (decimal): -13365493 or 724788. OLE color: 724788.
HSL color Cylindrical-coordinate representation of color #340F0B: hue angle of 5.85º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #340F0B is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 15 | 11 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.80 |
| HSL | 5.85º | 0.65% | 0.12% | - |
| HSV(B) | 5.85º | 0.79% | 0.2% | - |
| XYZ | 1.65 | 1.1 | 0.44 | - |
| YUV | 25.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 11 | 0 | 0.71 | 0.79 | 0.80 | 5.85 | 0.65 | 0.12 |
| Hex | 34 | F | B | 0 | 47 | 4F | 50 | 6 | 41 | C |
| Octal | 64 | 17 | 13 | 0 | 107 | 117 | 120 | 6 | 101 | 14 |
| Binary | 110100 | 1111 | 1011 | 0 | 1000111 | 1001111 | 1010000 | 110 | 1000001 | 1100 |
Color Harmonies of #340F0B
Complementary color
Monochromatic Colors of #340F0B
Black with #340F0B
Text Example
Text Example
White with #340F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340F0B; }
p { color: rgb(52,15,11); }
H1.HeaderClassName
{
color: #340F0B;
}
.AnyTagClassName
{
color: #340F0B;
}
</style>
background-color css
<style>
a { background-color: #340F0B; }
a { background-color: rgb(52,15,11); }
div.DivClassName
{
background-color: #340F0B;
}
.BgClassName
{
background-color: #340F0B;
}
</style>
border-color css
<style>
span { border-color: #340F0B; }
span { border-color: rgb(52,15,11); }
td.TdClassName
{
border-color: #340F0B;
}
.TagClassName
{
border-color: #340F0B;
}
</style>