Shades of Seal Brown #36110E
Tints of Seal Brown #36110E
RGB
CMYK
RGB Variations
Color information
#36110E (or 0x36110E) is known color: Seal Brown. HEX triplet: 36, 11 and 0E. RGB value is (54,17,14). Sum of RGB (Red+Green+Blue) = 54+17+14=85 (11% of max value = 765). Red value is 54 (21.48% from 255 or 63.53% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 54 - color contains mainly: red. Hex color #36110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36110E is #C9EEF1. Grayscale: #1B1B1B. Windows color (decimal): -13233906 or 921910. OLE color: 921910.
HSL color Cylindrical-coordinate representation of color #36110E: hue angle of 4.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36110E is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 17 | 14 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.79 |
| HSL | 4.5º | 0.59% | 0.13% | - |
| HSV(B) | 4.5º | 0.74% | 0.21% | - |
| XYZ | 1.8 | 1.22 | 0.56 | - |
| YUV | 27.72 | 120.26 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 14 | 0 | 0.69 | 0.74 | 0.79 | 4.5 | 0.59 | 0.13 |
| Hex | 36 | 11 | E | 0 | 45 | 4A | 4F | 4 | 3B | D |
| Octal | 66 | 21 | 16 | 0 | 105 | 112 | 117 | 4 | 73 | 15 |
| Binary | 110110 | 10001 | 1110 | 0 | 1000101 | 1001010 | 1001111 | 100 | 111011 | 1101 |
Color Harmonies of #36110E
Complementary color
Monochromatic Colors of #36110E
Black with #36110E
Text Example
Text Example
White with #36110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36110E; }
p { color: rgb(54,17,14); }
H1.HeaderClassName
{
color: #36110E;
}
.AnyTagClassName
{
color: #36110E;
}
</style>
background-color css
<style>
a { background-color: #36110E; }
a { background-color: rgb(54,17,14); }
div.DivClassName
{
background-color: #36110E;
}
.BgClassName
{
background-color: #36110E;
}
</style>
border-color css
<style>
span { border-color: #36110E; }
span { border-color: rgb(54,17,14); }
td.TdClassName
{
border-color: #36110E;
}
.TagClassName
{
border-color: #36110E;
}
</style>