Shades of Seal Brown #340603
Tints of Seal Brown #340603
RGB
CMYK
RGB Variations
Color information
#340603 (or 0x340603) is known color: Seal Brown. HEX triplet: 34, 06 and 03. RGB value is (52,6,3). Sum of RGB (Red+Green+Blue) = 52+6+3=61 (8% of max value = 765). Red value is 52 (20.70% from 255 or 85.25% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 52 - color contains mainly: red. Hex color #340603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340603 is #CBF9FC. Grayscale: #131313. Windows color (decimal): -13367805 or 198196. OLE color: 198196.
HSL color Cylindrical-coordinate representation of color #340603: hue angle of 3.67º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340603 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 6 | 3 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.80 |
| HSL | 3.67º | 0.89% | 0.11% | - |
| HSV(B) | 3.67º | 0.94% | 0.2% | - |
| XYZ | 1.5 | 0.87 | 0.17 | - |
| YUV | 19.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 6 | 3 | 0 | 0.88 | 0.94 | 0.80 | 3.67 | 0.89 | 0.11 |
| Hex | 34 | 6 | 3 | 0 | 58 | 5E | 50 | 4 | 59 | B |
| Octal | 64 | 6 | 3 | 0 | 130 | 136 | 120 | 4 | 131 | 13 |
| Binary | 110100 | 110 | 11 | 0 | 1011000 | 1011110 | 1010000 | 100 | 1011001 | 1011 |
Color Harmonies of #340603
Complementary color
Monochromatic Colors of #340603
Black with #340603
Text Example
Text Example
White with #340603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340603; }
p { color: rgb(52,6,3); }
H1.HeaderClassName
{
color: #340603;
}
.AnyTagClassName
{
color: #340603;
}
</style>
background-color css
<style>
a { background-color: #340603; }
a { background-color: rgb(52,6,3); }
div.DivClassName
{
background-color: #340603;
}
.BgClassName
{
background-color: #340603;
}
</style>
border-color css
<style>
span { border-color: #340603; }
span { border-color: rgb(52,6,3); }
td.TdClassName
{
border-color: #340603;
}
.TagClassName
{
border-color: #340603;
}
</style>