Shades of Seal Brown #35130A
Tints of Seal Brown #35130A
RGB
CMYK
RGB Variations
Color information
#35130A (or 0x35130A) is known color: Seal Brown. HEX triplet: 35, 13 and 0A. RGB value is (53,19,10). Sum of RGB (Red+Green+Blue) = 53+19+10=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #35130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35130A is #CAECF5. Grayscale: #1C1C1C. Windows color (decimal): -13298934 or 660277. OLE color: 660277.
HSL color Cylindrical-coordinate representation of color #35130A: hue angle of 12.56º 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 #35130A is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 19 | 10 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.79 |
| HSL | 12.56º | 0.68% | 0.12% | - |
| HSV(B) | 12.56º | 0.81% | 0.21% | - |
| XYZ | 1.76 | 1.24 | 0.43 | - |
| YUV | 28.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 19 | 10 | 0 | 0.64 | 0.81 | 0.79 | 12.56 | 0.68 | 0.12 |
| Hex | 35 | 13 | A | 0 | 40 | 51 | 4F | D | 44 | C |
| Octal | 65 | 23 | 12 | 0 | 100 | 121 | 117 | 15 | 104 | 14 |
| Binary | 110101 | 10011 | 1010 | 0 | 1000000 | 1010001 | 1001111 | 1101 | 1000100 | 1100 |
Color Harmonies of #35130A
Complementary color
Monochromatic Colors of #35130A
Black with #35130A
Text Example
Text Example
White with #35130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35130A; }
p { color: rgb(53,19,10); }
H1.HeaderClassName
{
color: #35130A;
}
.AnyTagClassName
{
color: #35130A;
}
</style>
background-color css
<style>
a { background-color: #35130A; }
a { background-color: rgb(53,19,10); }
div.DivClassName
{
background-color: #35130A;
}
.BgClassName
{
background-color: #35130A;
}
</style>
border-color css
<style>
span { border-color: #35130A; }
span { border-color: rgb(53,19,10); }
td.TdClassName
{
border-color: #35130A;
}
.TagClassName
{
border-color: #35130A;
}
</style>