Shades of Seal Brown #35100A
Tints of Seal Brown #35100A
RGB
CMYK
RGB Variations
Color information
#35100A (or 0x35100A) is known color: Seal Brown. HEX triplet: 35, 10 and 0A. RGB value is (53,16,10). Sum of RGB (Red+Green+Blue) = 53+16+10=79 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.09% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 53 - color contains mainly: red. Hex color #35100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35100A is #CAEFF5. Grayscale: #1A1A1A. Windows color (decimal): -13299702 or 659509. OLE color: 659509.
HSL color Cylindrical-coordinate representation of color #35100A: hue angle of 8.37º 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 #35100A is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 16 | 10 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.79 |
| HSL | 8.37º | 0.68% | 0.12% | - |
| HSV(B) | 8.37º | 0.81% | 0.21% | - |
| XYZ | 1.71 | 1.15 | 0.42 | - |
| YUV | 26.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 10 | 0 | 0.70 | 0.81 | 0.79 | 8.37 | 0.68 | 0.12 |
| Hex | 35 | 10 | A | 0 | 46 | 51 | 4F | 8 | 44 | C |
| Octal | 65 | 20 | 12 | 0 | 106 | 121 | 117 | 10 | 104 | 14 |
| Binary | 110101 | 10000 | 1010 | 0 | 1000110 | 1010001 | 1001111 | 1000 | 1000100 | 1100 |
Color Harmonies of #35100A
Complementary color
Monochromatic Colors of #35100A
Black with #35100A
Text Example
Text Example
White with #35100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35100A; }
p { color: rgb(53,16,10); }
H1.HeaderClassName
{
color: #35100A;
}
.AnyTagClassName
{
color: #35100A;
}
</style>
background-color css
<style>
a { background-color: #35100A; }
a { background-color: rgb(53,16,10); }
div.DivClassName
{
background-color: #35100A;
}
.BgClassName
{
background-color: #35100A;
}
</style>
border-color css
<style>
span { border-color: #35100A; }
span { border-color: rgb(53,16,10); }
td.TdClassName
{
border-color: #35100A;
}
.TagClassName
{
border-color: #35100A;
}
</style>