Shades of Seal Brown #350D0B
Tints of Seal Brown #350D0B
RGB
CMYK
RGB Variations
Color information
#350D0B (or 0x350D0B) is known color: Seal Brown. HEX triplet: 35, 0D and 0B. RGB value is (53,13,11). Sum of RGB (Red+Green+Blue) = 53+13+11=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #350D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D0B is #CAF2F4. Grayscale: #181818. Windows color (decimal): -13300469 or 724277. OLE color: 724277.
HSL color Cylindrical-coordinate representation of color #350D0B: hue angle of 2.86º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #350D0B is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 13 | 11 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.79 |
| HSL | 2.86º | 0.66% | 0.13% | - |
| HSV(B) | 2.86º | 0.79% | 0.21% | - |
| XYZ | 1.67 | 1.07 | 0.43 | - |
| YUV | 24.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 11 | 0 | 0.75 | 0.79 | 0.79 | 2.86 | 0.66 | 0.13 |
| Hex | 35 | D | B | 0 | 4B | 4F | 4F | 3 | 42 | D |
| Octal | 65 | 15 | 13 | 0 | 113 | 117 | 117 | 3 | 102 | 15 |
| Binary | 110101 | 1101 | 1011 | 0 | 1001011 | 1001111 | 1001111 | 11 | 1000010 | 1101 |
Color Harmonies of #350D0B
Complementary color
Monochromatic Colors of #350D0B
Black with #350D0B
Text Example
Text Example
White with #350D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D0B; }
p { color: rgb(53,13,11); }
H1.HeaderClassName
{
color: #350D0B;
}
.AnyTagClassName
{
color: #350D0B;
}
</style>
background-color css
<style>
a { background-color: #350D0B; }
a { background-color: rgb(53,13,11); }
div.DivClassName
{
background-color: #350D0B;
}
.BgClassName
{
background-color: #350D0B;
}
</style>
border-color css
<style>
span { border-color: #350D0B; }
span { border-color: rgb(53,13,11); }
td.TdClassName
{
border-color: #350D0B;
}
.TagClassName
{
border-color: #350D0B;
}
</style>