Shades of Seal Brown #350E0E
Tints of Seal Brown #350E0E
RGB
CMYK
RGB Variations
Color information
#350E0E (or 0x350E0E) is known color: Seal Brown. HEX triplet: 35, 0E and 0E. RGB value is (53,14,14). Sum of RGB (Red+Green+Blue) = 53+14+14=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #350E0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350E0E is #CAF1F1. Grayscale: #191919. Windows color (decimal): -13300210 or 921141. OLE color: 921141.
HSL color Cylindrical-coordinate representation of color #350E0E: hue angle of 0º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #350E0E is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 14 | 14 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.79 |
| HSL | 0º | 0.58% | 0.13% | - |
| HSV(B) | 0º | 0.74% | 0.21% | - |
| XYZ | 1.7 | 1.1 | 0.54 | - |
| YUV | 25.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 14 | 0 | 0.74 | 0.74 | 0.79 | 0 | 0.58 | 0.13 |
| Hex | 35 | E | E | 0 | 4A | 4A | 4F | 0 | 3A | D |
| Octal | 65 | 16 | 16 | 0 | 112 | 112 | 117 | 0 | 72 | 15 |
| Binary | 110101 | 1110 | 1110 | 0 | 1001010 | 1001010 | 1001111 | 0 | 111010 | 1101 |
Color Harmonies of #350E0E
Complementary color
Monochromatic Colors of #350E0E
Black with #350E0E
Text Example
Text Example
White with #350E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350E0E; }
p { color: rgb(53,14,14); }
H1.HeaderClassName
{
color: #350E0E;
}
.AnyTagClassName
{
color: #350E0E;
}
</style>
background-color css
<style>
a { background-color: #350E0E; }
a { background-color: rgb(53,14,14); }
div.DivClassName
{
background-color: #350E0E;
}
.BgClassName
{
background-color: #350E0E;
}
</style>
border-color css
<style>
span { border-color: #350E0E; }
span { border-color: rgb(53,14,14); }
td.TdClassName
{
border-color: #350E0E;
}
.TagClassName
{
border-color: #350E0E;
}
</style>