Shades of Seal Brown #35100C
Tints of Seal Brown #35100C
RGB
CMYK
RGB Variations
Color information
#35100C (or 0x35100C) is known color: Seal Brown. HEX triplet: 35, 10 and 0C. RGB value is (53,16,12). Sum of RGB (Red+Green+Blue) = 53+16+12=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #35100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35100C is #CAEFF3. Grayscale: #1A1A1A. Windows color (decimal): -13299700 or 790581. OLE color: 790581.
HSL color Cylindrical-coordinate representation of color #35100C: hue angle of 5.85º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35100C is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 16 | 12 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.79 |
| HSL | 5.85º | 0.63% | 0.13% | - |
| HSV(B) | 5.85º | 0.77% | 0.21% | - |
| XYZ | 1.72 | 1.15 | 0.48 | - |
| YUV | 26.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 12 | 0 | 0.70 | 0.77 | 0.79 | 5.85 | 0.63 | 0.13 |
| Hex | 35 | 10 | C | 0 | 46 | 4D | 4F | 6 | 3F | D |
| Octal | 65 | 20 | 14 | 0 | 106 | 115 | 117 | 6 | 77 | 15 |
| Binary | 110101 | 10000 | 1100 | 0 | 1000110 | 1001101 | 1001111 | 110 | 111111 | 1101 |
Color Harmonies of #35100C
Complementary color
Monochromatic Colors of #35100C
Black with #35100C
Text Example
Text Example
White with #35100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35100C; }
p { color: rgb(53,16,12); }
H1.HeaderClassName
{
color: #35100C;
}
.AnyTagClassName
{
color: #35100C;
}
</style>
background-color css
<style>
a { background-color: #35100C; }
a { background-color: rgb(53,16,12); }
div.DivClassName
{
background-color: #35100C;
}
.BgClassName
{
background-color: #35100C;
}
</style>
border-color css
<style>
span { border-color: #35100C; }
span { border-color: rgb(53,16,12); }
td.TdClassName
{
border-color: #35100C;
}
.TagClassName
{
border-color: #35100C;
}
</style>