Shades of Seal Brown #35130B
Tints of Seal Brown #35130B
RGB
CMYK
RGB Variations
Color information
#35130B (or 0x35130B) is known color: Seal Brown. HEX triplet: 35, 13 and 0B. RGB value is (53,19,11). Sum of RGB (Red+Green+Blue) = 53+19+11=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #35130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35130B is #CAECF4. Grayscale: #1C1C1C. Windows color (decimal): -13298933 or 725813. OLE color: 725813.
HSL color Cylindrical-coordinate representation of color #35130B: hue angle of 11.43º 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 #35130B is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 19 | 11 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.79 |
| HSL | 11.43º | 0.66% | 0.13% | - |
| HSV(B) | 11.43º | 0.79% | 0.21% | - |
| XYZ | 1.76 | 1.25 | 0.46 | - |
| YUV | 28.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 19 | 11 | 0 | 0.64 | 0.79 | 0.79 | 11.43 | 0.66 | 0.13 |
| Hex | 35 | 13 | B | 0 | 40 | 4F | 4F | B | 42 | D |
| Octal | 65 | 23 | 13 | 0 | 100 | 117 | 117 | 13 | 102 | 15 |
| Binary | 110101 | 10011 | 1011 | 0 | 1000000 | 1001111 | 1001111 | 1011 | 1000010 | 1101 |
Color Harmonies of #35130B
Complementary color
Monochromatic Colors of #35130B
Black with #35130B
Text Example
Text Example
White with #35130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35130B; }
p { color: rgb(53,19,11); }
H1.HeaderClassName
{
color: #35130B;
}
.AnyTagClassName
{
color: #35130B;
}
</style>
background-color css
<style>
a { background-color: #35130B; }
a { background-color: rgb(53,19,11); }
div.DivClassName
{
background-color: #35130B;
}
.BgClassName
{
background-color: #35130B;
}
</style>
border-color css
<style>
span { border-color: #35130B; }
span { border-color: rgb(53,19,11); }
td.TdClassName
{
border-color: #35130B;
}
.TagClassName
{
border-color: #35130B;
}
</style>