Shades of Seal Brown #350903
Tints of Seal Brown #350903
RGB
CMYK
RGB Variations
Color information
#350903 (or 0x350903) is known color: Seal Brown. HEX triplet: 35, 09 and 03. RGB value is (53,9,3). Sum of RGB (Red+Green+Blue) = 53+9+3=65 (8% of max value = 765). Red value is 53 (21.09% from 255 or 81.54% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 3 (1.56% from 255 or 4.62% from 65); Max value from RGB is 53 - color contains mainly: red. Hex color #350903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350903 is #CAF6FC. Grayscale: #151515. Windows color (decimal): -13301501 or 198965. OLE color: 198965.
HSL color Cylindrical-coordinate representation of color #350903: hue angle of 7.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 #350903 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 9 | 3 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.79 |
| HSL | 7.2º | 0.89% | 0.11% | - |
| HSV(B) | 7.2º | 0.94% | 0.21% | - |
| XYZ | 1.58 | 0.96 | 0.19 | - |
| YUV | 21.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 3 | 0 | 0.83 | 0.94 | 0.79 | 7.2 | 0.89 | 0.11 |
| Hex | 35 | 9 | 3 | 0 | 53 | 5E | 4F | 7 | 59 | B |
| Octal | 65 | 11 | 3 | 0 | 123 | 136 | 117 | 7 | 131 | 13 |
| Binary | 110101 | 1001 | 11 | 0 | 1010011 | 1011110 | 1001111 | 111 | 1011001 | 1011 |
Color Harmonies of #350903
Complementary color
Monochromatic Colors of #350903
Black with #350903
Text Example
Text Example
White with #350903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350903; }
p { color: rgb(53,9,3); }
H1.HeaderClassName
{
color: #350903;
}
.AnyTagClassName
{
color: #350903;
}
</style>
background-color css
<style>
a { background-color: #350903; }
a { background-color: rgb(53,9,3); }
div.DivClassName
{
background-color: #350903;
}
.BgClassName
{
background-color: #350903;
}
</style>
border-color css
<style>
span { border-color: #350903; }
span { border-color: rgb(53,9,3); }
td.TdClassName
{
border-color: #350903;
}
.TagClassName
{
border-color: #350903;
}
</style>