Shades of Seal Brown #340F08
Tints of Seal Brown #340F08
RGB
CMYK
RGB Variations
Color information
#340F08 (or 0x340F08) is known color: Seal Brown. HEX triplet: 34, 0F and 08. RGB value is (52,15,8). Sum of RGB (Red+Green+Blue) = 52+15+8=75 (9% of max value = 765). Red value is 52 (20.70% from 255 or 69.33% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 52 - color contains mainly: red. Hex color #340F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340F08 is #CBF0F7. Grayscale: #191919. Windows color (decimal): -13365496 or 528180. OLE color: 528180.
HSL color Cylindrical-coordinate representation of color #340F08: hue angle of 9.55º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #340F08 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 15 | 8 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.80 |
| HSL | 9.55º | 0.73% | 0.12% | - |
| HSV(B) | 9.55º | 0.85% | 0.2% | - |
| XYZ | 1.63 | 1.09 | 0.35 | - |
| YUV | 25.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 8 | 0 | 0.71 | 0.85 | 0.80 | 9.55 | 0.73 | 0.12 |
| Hex | 34 | F | 8 | 0 | 47 | 55 | 50 | A | 49 | C |
| Octal | 64 | 17 | 10 | 0 | 107 | 125 | 120 | 12 | 111 | 14 |
| Binary | 110100 | 1111 | 1000 | 0 | 1000111 | 1010101 | 1010000 | 1010 | 1001001 | 1100 |
Color Harmonies of #340F08
Complementary color
Monochromatic Colors of #340F08
Black with #340F08
Text Example
Text Example
White with #340F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340F08; }
p { color: rgb(52,15,8); }
H1.HeaderClassName
{
color: #340F08;
}
.AnyTagClassName
{
color: #340F08;
}
</style>
background-color css
<style>
a { background-color: #340F08; }
a { background-color: rgb(52,15,8); }
div.DivClassName
{
background-color: #340F08;
}
.BgClassName
{
background-color: #340F08;
}
</style>
border-color css
<style>
span { border-color: #340F08; }
span { border-color: rgb(52,15,8); }
td.TdClassName
{
border-color: #340F08;
}
.TagClassName
{
border-color: #340F08;
}
</style>