Shades of Seal Brown #341203
Tints of Seal Brown #341203
RGB
CMYK
RGB Variations
Color information
#341203 (or 0x341203) is known color: Seal Brown. HEX triplet: 34, 12 and 03. RGB value is (52,18,3). Sum of RGB (Red+Green+Blue) = 52+18+3=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 3 (1.56% from 255 or 4.11% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #341203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341203 is #CBEDFC. Grayscale: #1A1A1A. Windows color (decimal): -13364733 or 201268. OLE color: 201268.
HSL color Cylindrical-coordinate representation of color #341203: hue angle of 18.37º 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 #341203 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 18 | 3 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.80 |
| HSL | 18.37º | 0.89% | 0.11% | - |
| HSV(B) | 18.37º | 0.94% | 0.2% | - |
| XYZ | 1.65 | 1.17 | 0.22 | - |
| YUV | 26.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 3 | 0 | 0.65 | 0.94 | 0.80 | 18.37 | 0.89 | 0.11 |
| Hex | 34 | 12 | 3 | 0 | 41 | 5E | 50 | 12 | 59 | B |
| Octal | 64 | 22 | 3 | 0 | 101 | 136 | 120 | 22 | 131 | 13 |
| Binary | 110100 | 10010 | 11 | 0 | 1000001 | 1011110 | 1010000 | 10010 | 1011001 | 1011 |
Color Harmonies of #341203
Complementary color
Monochromatic Colors of #341203
Black with #341203
Text Example
Text Example
White with #341203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341203; }
p { color: rgb(52,18,3); }
H1.HeaderClassName
{
color: #341203;
}
.AnyTagClassName
{
color: #341203;
}
</style>
background-color css
<style>
a { background-color: #341203; }
a { background-color: rgb(52,18,3); }
div.DivClassName
{
background-color: #341203;
}
.BgClassName
{
background-color: #341203;
}
</style>
border-color css
<style>
span { border-color: #341203; }
span { border-color: rgb(52,18,3); }
td.TdClassName
{
border-color: #341203;
}
.TagClassName
{
border-color: #341203;
}
</style>