Shades of Seal Brown #35100B
Tints of Seal Brown #35100B
RGB
CMYK
RGB Variations
Color information
#35100B (or 0x35100B) is known color: Seal Brown. HEX triplet: 35, 10 and 0B. RGB value is (53,16,11). Sum of RGB (Red+Green+Blue) = 53+16+11=80 (10% of max value = 765). Red value is 53 (21.09% from 255 or 66.25% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 53 - color contains mainly: red. Hex color #35100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35100B is #CAEFF4. Grayscale: #1A1A1A. Windows color (decimal): -13299701 or 725045. OLE color: 725045.
HSL color Cylindrical-coordinate representation of color #35100B: hue angle of 7.14º 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 #35100B is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 16 | 11 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.79 |
| HSL | 7.14º | 0.66% | 0.13% | - |
| HSV(B) | 7.14º | 0.79% | 0.21% | - |
| XYZ | 1.71 | 1.15 | 0.45 | - |
| YUV | 26.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 11 | 0 | 0.70 | 0.79 | 0.79 | 7.14 | 0.66 | 0.13 |
| Hex | 35 | 10 | B | 0 | 46 | 4F | 4F | 7 | 42 | D |
| Octal | 65 | 20 | 13 | 0 | 106 | 117 | 117 | 7 | 102 | 15 |
| Binary | 110101 | 10000 | 1011 | 0 | 1000110 | 1001111 | 1001111 | 111 | 1000010 | 1101 |
Color Harmonies of #35100B
Complementary color
Monochromatic Colors of #35100B
Black with #35100B
Text Example
Text Example
White with #35100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35100B; }
p { color: rgb(53,16,11); }
H1.HeaderClassName
{
color: #35100B;
}
.AnyTagClassName
{
color: #35100B;
}
</style>
background-color css
<style>
a { background-color: #35100B; }
a { background-color: rgb(53,16,11); }
div.DivClassName
{
background-color: #35100B;
}
.BgClassName
{
background-color: #35100B;
}
</style>
border-color css
<style>
span { border-color: #35100B; }
span { border-color: rgb(53,16,11); }
td.TdClassName
{
border-color: #35100B;
}
.TagClassName
{
border-color: #35100B;
}
</style>