Shades of Seal Brown #350E03
Tints of Seal Brown #350E03
RGB
CMYK
RGB Variations
Color information
#350E03 (or 0x350E03) is known color: Seal Brown. HEX triplet: 35, 0E and 03. RGB value is (53,14,3). Sum of RGB (Red+Green+Blue) = 53+14+3=70 (9% of max value = 765). Red value is 53 (21.09% from 255 or 75.71% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 53 - color contains mainly: red. Hex color #350E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350E03 is #CAF1FC. Grayscale: #181818. Windows color (decimal): -13300221 or 200245. OLE color: 200245.
HSL color Cylindrical-coordinate representation of color #350E03: hue angle of 13.2º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350E03 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 14 | 3 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.79 |
| HSL | 13.2º | 0.89% | 0.11% | - |
| HSV(B) | 13.2º | 0.94% | 0.21% | - |
| XYZ | 1.64 | 1.08 | 0.21 | - |
| YUV | 24.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 3 | 0 | 0.74 | 0.94 | 0.79 | 13.2 | 0.89 | 0.11 |
| Hex | 35 | E | 3 | 0 | 4A | 5E | 4F | D | 59 | B |
| Octal | 65 | 16 | 3 | 0 | 112 | 136 | 117 | 15 | 131 | 13 |
| Binary | 110101 | 1110 | 11 | 0 | 1001010 | 1011110 | 1001111 | 1101 | 1011001 | 1011 |
Color Harmonies of #350E03
Complementary color
Monochromatic Colors of #350E03
Black with #350E03
Text Example
Text Example
White with #350E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350E03; }
p { color: rgb(53,14,3); }
H1.HeaderClassName
{
color: #350E03;
}
.AnyTagClassName
{
color: #350E03;
}
</style>
background-color css
<style>
a { background-color: #350E03; }
a { background-color: rgb(53,14,3); }
div.DivClassName
{
background-color: #350E03;
}
.BgClassName
{
background-color: #350E03;
}
</style>
border-color css
<style>
span { border-color: #350E03; }
span { border-color: rgb(53,14,3); }
td.TdClassName
{
border-color: #350E03;
}
.TagClassName
{
border-color: #350E03;
}
</style>