Shades of Seal Brown #36100C
Tints of Seal Brown #36100C
RGB
CMYK
RGB Variations
Color information
#36100C (or 0x36100C) is known color: Seal Brown. HEX triplet: 36, 10 and 0C. RGB value is (54,16,12). Sum of RGB (Red+Green+Blue) = 54+16+12=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #36100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36100C is #C9EFF3. Grayscale: #1A1A1A. Windows color (decimal): -13234164 or 790582. OLE color: 790582.
HSL color Cylindrical-coordinate representation of color #36100C: hue angle of 5.71º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36100C is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 16 | 12 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.79 |
| HSL | 5.71º | 0.64% | 0.13% | - |
| HSV(B) | 5.71º | 0.78% | 0.21% | - |
| XYZ | 1.77 | 1.18 | 0.48 | - |
| YUV | 26.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 16 | 12 | 0 | 0.70 | 0.78 | 0.79 | 5.71 | 0.64 | 0.13 |
| Hex | 36 | 10 | C | 0 | 46 | 4E | 4F | 6 | 40 | D |
| Octal | 66 | 20 | 14 | 0 | 106 | 116 | 117 | 6 | 100 | 15 |
| Binary | 110110 | 10000 | 1100 | 0 | 1000110 | 1001110 | 1001111 | 110 | 1000000 | 1101 |
Color Harmonies of #36100C
Complementary color
Monochromatic Colors of #36100C
Black with #36100C
Text Example
Text Example
White with #36100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36100C; }
p { color: rgb(54,16,12); }
H1.HeaderClassName
{
color: #36100C;
}
.AnyTagClassName
{
color: #36100C;
}
</style>
background-color css
<style>
a { background-color: #36100C; }
a { background-color: rgb(54,16,12); }
div.DivClassName
{
background-color: #36100C;
}
.BgClassName
{
background-color: #36100C;
}
</style>
border-color css
<style>
span { border-color: #36100C; }
span { border-color: rgb(54,16,12); }
td.TdClassName
{
border-color: #36100C;
}
.TagClassName
{
border-color: #36100C;
}
</style>