Shades of Seal Brown #36100B
Tints of Seal Brown #36100B
RGB
CMYK
RGB Variations
Color information
#36100B (or 0x36100B) is known color: Seal Brown. HEX triplet: 36, 10 and 0B. RGB value is (54,16,11). Sum of RGB (Red+Green+Blue) = 54+16+11=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #36100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36100B is #C9EFF4. Grayscale: #1A1A1A. Windows color (decimal): -13234165 or 725046. OLE color: 725046.
HSL color Cylindrical-coordinate representation of color #36100B: hue angle of 6.98º 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 #36100B is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 16 | 11 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.79 |
| HSL | 6.98º | 0.66% | 0.13% | - |
| HSV(B) | 6.98º | 0.8% | 0.21% | - |
| XYZ | 1.77 | 1.18 | 0.45 | - |
| YUV | 26.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 16 | 11 | 0 | 0.70 | 0.80 | 0.79 | 6.98 | 0.66 | 0.13 |
| Hex | 36 | 10 | B | 0 | 46 | 50 | 4F | 7 | 42 | D |
| Octal | 66 | 20 | 13 | 0 | 106 | 120 | 117 | 7 | 102 | 15 |
| Binary | 110110 | 10000 | 1011 | 0 | 1000110 | 1010000 | 1001111 | 111 | 1000010 | 1101 |
Color Harmonies of #36100B
Complementary color
Monochromatic Colors of #36100B
Black with #36100B
Text Example
Text Example
White with #36100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36100B; }
p { color: rgb(54,16,11); }
H1.HeaderClassName
{
color: #36100B;
}
.AnyTagClassName
{
color: #36100B;
}
</style>
background-color css
<style>
a { background-color: #36100B; }
a { background-color: rgb(54,16,11); }
div.DivClassName
{
background-color: #36100B;
}
.BgClassName
{
background-color: #36100B;
}
</style>
border-color css
<style>
span { border-color: #36100B; }
span { border-color: rgb(54,16,11); }
td.TdClassName
{
border-color: #36100B;
}
.TagClassName
{
border-color: #36100B;
}
</style>