Shades of Seal Brown #340202
Tints of Seal Brown #340202
RGB
CMYK
RGB Variations
Color information
#340202 (or 0x340202) is known color: Seal Brown. HEX triplet: 34, 02 and 02. RGB value is (52,2,2). Sum of RGB (Red+Green+Blue) = 52+2+2=56 (7% of max value = 765). Red value is 52 (20.70% from 255 or 92.86% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 52 - color contains mainly: red. Hex color #340202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340202 is #CBFDFD. Grayscale: #111111. Windows color (decimal): -13368830 or 131636. OLE color: 131636.
HSL color Cylindrical-coordinate representation of color #340202: hue angle of 0º 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 #340202 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 2 | 2 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.80 |
| HSL | 0º | 0.93% | 0.11% | - |
| HSV(B) | 0º | 0.96% | 0.2% | - |
| XYZ | 1.45 | 0.78 | 0.13 | - |
| YUV | 16.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 2 | 0 | 0.96 | 0.96 | 0.80 | 0 | 0.93 | 0.11 |
| Hex | 34 | 2 | 2 | 0 | 60 | 60 | 50 | 0 | 5D | B |
| Octal | 64 | 2 | 2 | 0 | 140 | 140 | 120 | 0 | 135 | 13 |
| Binary | 110100 | 10 | 10 | 0 | 1100000 | 1100000 | 1010000 | 0 | 1011101 | 1011 |
Color Harmonies of #340202
Complementary color
Monochromatic Colors of #340202
Black with #340202
Text Example
Text Example
White with #340202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340202; }
p { color: rgb(52,2,2); }
H1.HeaderClassName
{
color: #340202;
}
.AnyTagClassName
{
color: #340202;
}
</style>
background-color css
<style>
a { background-color: #340202; }
a { background-color: rgb(52,2,2); }
div.DivClassName
{
background-color: #340202;
}
.BgClassName
{
background-color: #340202;
}
</style>
border-color css
<style>
span { border-color: #340202; }
span { border-color: rgb(52,2,2); }
td.TdClassName
{
border-color: #340202;
}
.TagClassName
{
border-color: #340202;
}
</style>