Shades of Seal Brown #340502
Tints of Seal Brown #340502
RGB
CMYK
RGB Variations
Color information
#340502 (or 0x340502) is known color: Seal Brown. HEX triplet: 34, 05 and 02. RGB value is (52,5,2). Sum of RGB (Red+Green+Blue) = 52+5+2=59 (7% of max value = 765). Red value is 52 (20.70% from 255 or 88.14% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 52 - color contains mainly: red. Hex color #340502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340502 is #CBFAFD. Grayscale: #121212. Windows color (decimal): -13368062 or 132404. OLE color: 132404.
HSL color Cylindrical-coordinate representation of color #340502: hue angle of 3.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 #340502 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 5 | 2 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.80 |
| HSL | 3.6º | 0.93% | 0.11% | - |
| HSV(B) | 3.6º | 0.96% | 0.2% | - |
| XYZ | 1.48 | 0.84 | 0.14 | - |
| YUV | 18.71 | 118.57 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 2 | 0 | 0.90 | 0.96 | 0.80 | 3.6 | 0.93 | 0.11 |
| Hex | 34 | 5 | 2 | 0 | 5A | 60 | 50 | 4 | 5D | B |
| Octal | 64 | 5 | 2 | 0 | 132 | 140 | 120 | 4 | 135 | 13 |
| Binary | 110100 | 101 | 10 | 0 | 1011010 | 1100000 | 1010000 | 100 | 1011101 | 1011 |
Color Harmonies of #340502
Complementary color
Monochromatic Colors of #340502
Black with #340502
Text Example
Text Example
White with #340502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340502; }
p { color: rgb(52,5,2); }
H1.HeaderClassName
{
color: #340502;
}
.AnyTagClassName
{
color: #340502;
}
</style>
background-color css
<style>
a { background-color: #340502; }
a { background-color: rgb(52,5,2); }
div.DivClassName
{
background-color: #340502;
}
.BgClassName
{
background-color: #340502;
}
</style>
border-color css
<style>
span { border-color: #340502; }
span { border-color: rgb(52,5,2); }
td.TdClassName
{
border-color: #340502;
}
.TagClassName
{
border-color: #340502;
}
</style>