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