Shades of Seal Brown #340702
Tints of Seal Brown #340702
RGB
CMYK
RGB Variations
Color information
#340702 (or 0x340702) is known color: Seal Brown. HEX triplet: 34, 07 and 02. RGB value is (52,7,2). Sum of RGB (Red+Green+Blue) = 52+7+2=61 (8% of max value = 765). Red value is 52 (20.70% from 255 or 85.25% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 52 - color contains mainly: red. Hex color #340702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340702 is #CBF8FD. Grayscale: #131313. Windows color (decimal): -13367550 or 132916. OLE color: 132916.
HSL color Cylindrical-coordinate representation of color #340702: hue angle of 6º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340702 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 7 | 2 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.80 |
| HSL | 6º | 0.93% | 0.11% | - |
| HSV(B) | 6º | 0.96% | 0.2% | - |
| XYZ | 1.5 | 0.89 | 0.15 | - |
| YUV | 19.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 2 | 0 | 0.87 | 0.96 | 0.80 | 6 | 0.93 | 0.11 |
| Hex | 34 | 7 | 2 | 0 | 57 | 60 | 50 | 6 | 5D | B |
| Octal | 64 | 7 | 2 | 0 | 127 | 140 | 120 | 6 | 135 | 13 |
| Binary | 110100 | 111 | 10 | 0 | 1010111 | 1100000 | 1010000 | 110 | 1011101 | 1011 |
Color Harmonies of #340702
Complementary color
Monochromatic Colors of #340702
Black with #340702
Text Example
Text Example
White with #340702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340702; }
p { color: rgb(52,7,2); }
H1.HeaderClassName
{
color: #340702;
}
.AnyTagClassName
{
color: #340702;
}
</style>
background-color css
<style>
a { background-color: #340702; }
a { background-color: rgb(52,7,2); }
div.DivClassName
{
background-color: #340702;
}
.BgClassName
{
background-color: #340702;
}
</style>
border-color css
<style>
span { border-color: #340702; }
span { border-color: rgb(52,7,2); }
td.TdClassName
{
border-color: #340702;
}
.TagClassName
{
border-color: #340702;
}
</style>