Shades of Seal Brown #340A08
Tints of Seal Brown #340A08
RGB
CMYK
RGB Variations
Color information
#340A08 (or 0x340A08) is known color: Seal Brown. HEX triplet: 34, 0A and 08. RGB value is (52,10,8). Sum of RGB (Red+Green+Blue) = 52+10+8=70 (9% of max value = 765). Red value is 52 (20.70% from 255 or 74.29% from 70); Green value is 10 (4.30% from 255 or 14.29% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 52 - color contains mainly: red. Hex color #340A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A08 is #CBF5F7. Grayscale: #161616. Windows color (decimal): -13366776 or 526900. OLE color: 526900.
HSL color Cylindrical-coordinate representation of color #340A08: hue angle of 2.73º 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 #340A08 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 10 | 8 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.80 |
| HSL | 2.73º | 0.73% | 0.12% | - |
| HSV(B) | 2.73º | 0.85% | 0.2% | - |
| XYZ | 1.57 | 0.96 | 0.33 | - |
| YUV | 22.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 10 | 8 | 0 | 0.81 | 0.85 | 0.80 | 2.73 | 0.73 | 0.12 |
| Hex | 34 | A | 8 | 0 | 51 | 55 | 50 | 3 | 49 | C |
| Octal | 64 | 12 | 10 | 0 | 121 | 125 | 120 | 3 | 111 | 14 |
| Binary | 110100 | 1010 | 1000 | 0 | 1010001 | 1010101 | 1010000 | 11 | 1001001 | 1100 |
Color Harmonies of #340A08
Complementary color
Monochromatic Colors of #340A08
Black with #340A08
Text Example
Text Example
White with #340A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340A08; }
p { color: rgb(52,10,8); }
H1.HeaderClassName
{
color: #340A08;
}
.AnyTagClassName
{
color: #340A08;
}
</style>
background-color css
<style>
a { background-color: #340A08; }
a { background-color: rgb(52,10,8); }
div.DivClassName
{
background-color: #340A08;
}
.BgClassName
{
background-color: #340A08;
}
</style>
border-color css
<style>
span { border-color: #340A08; }
span { border-color: rgb(52,10,8); }
td.TdClassName
{
border-color: #340A08;
}
.TagClassName
{
border-color: #340A08;
}
</style>