Shades of Seal Brown #350F0A
Tints of Seal Brown #350F0A
RGB
CMYK
RGB Variations
Color information
#350F0A (or 0x350F0A) is known color: Seal Brown. HEX triplet: 35, 0F and 0A. RGB value is (53,15,10). Sum of RGB (Red+Green+Blue) = 53+15+10=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #350F0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350F0A is #CAF0F5. Grayscale: #191919. Windows color (decimal): -13299958 or 659253. OLE color: 659253.
HSL color Cylindrical-coordinate representation of color #350F0A: hue angle of 6.98º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #350F0A is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 15 | 10 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.79 |
| HSL | 6.98º | 0.68% | 0.12% | - |
| HSV(B) | 6.98º | 0.81% | 0.21% | - |
| XYZ | 1.69 | 1.12 | 0.41 | - |
| YUV | 25.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 10 | 0 | 0.72 | 0.81 | 0.79 | 6.98 | 0.68 | 0.12 |
| Hex | 35 | F | A | 0 | 48 | 51 | 4F | 7 | 44 | C |
| Octal | 65 | 17 | 12 | 0 | 110 | 121 | 117 | 7 | 104 | 14 |
| Binary | 110101 | 1111 | 1010 | 0 | 1001000 | 1010001 | 1001111 | 111 | 1000100 | 1100 |
Color Harmonies of #350F0A
Complementary color
Monochromatic Colors of #350F0A
Black with #350F0A
Text Example
Text Example
White with #350F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350F0A; }
p { color: rgb(53,15,10); }
H1.HeaderClassName
{
color: #350F0A;
}
.AnyTagClassName
{
color: #350F0A;
}
</style>
background-color css
<style>
a { background-color: #350F0A; }
a { background-color: rgb(53,15,10); }
div.DivClassName
{
background-color: #350F0A;
}
.BgClassName
{
background-color: #350F0A;
}
</style>
border-color css
<style>
span { border-color: #350F0A; }
span { border-color: rgb(53,15,10); }
td.TdClassName
{
border-color: #350F0A;
}
.TagClassName
{
border-color: #350F0A;
}
</style>