Shades of Seal Brown #350301
Tints of Seal Brown #350301
RGB
CMYK
RGB Variations
Color information
#350301 (or 0x350301) is known color: Seal Brown. HEX triplet: 35, 03 and 01. RGB value is (53,3,1). Sum of RGB (Red+Green+Blue) = 53+3+1=57 (7% of max value = 765). Red value is 53 (21.09% from 255 or 92.98% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 53 - color contains mainly: red. Hex color #350301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350301 is #CAFCFE. Grayscale: #111111. Windows color (decimal): -13303039 or 66357. OLE color: 66357.
HSL color Cylindrical-coordinate representation of color #350301: hue angle of 2.31º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350301 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 3 | 1 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.79 |
| HSL | 2.31º | 0.96% | 0.11% | - |
| HSV(B) | 2.31º | 0.98% | 0.21% | - |
| XYZ | 1.51 | 0.82 | 0.11 | - |
| YUV | 17.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 3 | 1 | 0 | 0.94 | 0.98 | 0.79 | 2.31 | 0.96 | 0.11 |
| Hex | 35 | 3 | 1 | 0 | 5E | 62 | 4F | 2 | 60 | B |
| Octal | 65 | 3 | 1 | 0 | 136 | 142 | 117 | 2 | 140 | 13 |
| Binary | 110101 | 11 | 1 | 0 | 1011110 | 1100010 | 1001111 | 10 | 1100000 | 1011 |
Color Harmonies of #350301
Complementary color
Monochromatic Colors of #350301
Black with #350301
Text Example
Text Example
White with #350301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350301; }
p { color: rgb(53,3,1); }
H1.HeaderClassName
{
color: #350301;
}
.AnyTagClassName
{
color: #350301;
}
</style>
background-color css
<style>
a { background-color: #350301; }
a { background-color: rgb(53,3,1); }
div.DivClassName
{
background-color: #350301;
}
.BgClassName
{
background-color: #350301;
}
</style>
border-color css
<style>
span { border-color: #350301; }
span { border-color: rgb(53,3,1); }
td.TdClassName
{
border-color: #350301;
}
.TagClassName
{
border-color: #350301;
}
</style>