Shades of Seal Brown #36110B
Tints of Seal Brown #36110B
RGB
CMYK
RGB Variations
Color information
#36110B (or 0x36110B) is known color: Seal Brown. HEX triplet: 36, 11 and 0B. RGB value is (54,17,11). Sum of RGB (Red+Green+Blue) = 54+17+11=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #36110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36110B is #C9EEF4. Grayscale: #1B1B1B. Windows color (decimal): -13233909 or 725302. OLE color: 725302.
HSL color Cylindrical-coordinate representation of color #36110B: hue angle of 8.37º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36110B is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 17 | 11 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.79 |
| HSL | 8.37º | 0.66% | 0.13% | - |
| HSV(B) | 8.37º | 0.8% | 0.21% | - |
| XYZ | 1.78 | 1.21 | 0.46 | - |
| YUV | 27.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 11 | 0 | 0.69 | 0.80 | 0.79 | 8.37 | 0.66 | 0.13 |
| Hex | 36 | 11 | B | 0 | 45 | 50 | 4F | 8 | 42 | D |
| Octal | 66 | 21 | 13 | 0 | 105 | 120 | 117 | 10 | 102 | 15 |
| Binary | 110110 | 10001 | 1011 | 0 | 1000101 | 1010000 | 1001111 | 1000 | 1000010 | 1101 |
Color Harmonies of #36110B
Complementary color
Monochromatic Colors of #36110B
Black with #36110B
Text Example
Text Example
White with #36110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36110B; }
p { color: rgb(54,17,11); }
H1.HeaderClassName
{
color: #36110B;
}
.AnyTagClassName
{
color: #36110B;
}
</style>
background-color css
<style>
a { background-color: #36110B; }
a { background-color: rgb(54,17,11); }
div.DivClassName
{
background-color: #36110B;
}
.BgClassName
{
background-color: #36110B;
}
</style>
border-color css
<style>
span { border-color: #36110B; }
span { border-color: rgb(54,17,11); }
td.TdClassName
{
border-color: #36110B;
}
.TagClassName
{
border-color: #36110B;
}
</style>