Shades of Seal Brown #340C08
Tints of Seal Brown #340C08
RGB
CMYK
RGB Variations
Color information
#340C08 (or 0x340C08) is known color: Seal Brown. HEX triplet: 34, 0C and 08. RGB value is (52,12,8). Sum of RGB (Red+Green+Blue) = 52+12+8=72 (9% of max value = 765). Red value is 52 (20.70% from 255 or 72.22% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 52 - color contains mainly: red. Hex color #340C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340C08 is #CBF3F7. Grayscale: #171717. Windows color (decimal): -13366264 or 527412. OLE color: 527412.
HSL color Cylindrical-coordinate representation of color #340C08: hue angle of 5.45º 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 #340C08 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 12 | 8 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.80 |
| HSL | 5.45º | 0.73% | 0.12% | - |
| HSV(B) | 5.45º | 0.85% | 0.2% | - |
| XYZ | 1.59 | 1.01 | 0.34 | - |
| YUV | 23.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 8 | 0 | 0.77 | 0.85 | 0.80 | 5.45 | 0.73 | 0.12 |
| Hex | 34 | C | 8 | 0 | 4D | 55 | 50 | 5 | 49 | C |
| Octal | 64 | 14 | 10 | 0 | 115 | 125 | 120 | 5 | 111 | 14 |
| Binary | 110100 | 1100 | 1000 | 0 | 1001101 | 1010101 | 1010000 | 101 | 1001001 | 1100 |
Color Harmonies of #340C08
Complementary color
Monochromatic Colors of #340C08
Black with #340C08
Text Example
Text Example
White with #340C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340C08; }
p { color: rgb(52,12,8); }
H1.HeaderClassName
{
color: #340C08;
}
.AnyTagClassName
{
color: #340C08;
}
</style>
background-color css
<style>
a { background-color: #340C08; }
a { background-color: rgb(52,12,8); }
div.DivClassName
{
background-color: #340C08;
}
.BgClassName
{
background-color: #340C08;
}
</style>
border-color css
<style>
span { border-color: #340C08; }
span { border-color: rgb(52,12,8); }
td.TdClassName
{
border-color: #340C08;
}
.TagClassName
{
border-color: #340C08;
}
</style>