Shades of Seal Brown #36120B
Tints of Seal Brown #36120B
RGB
CMYK
RGB Variations
Color information
#36120B (or 0x36120B) is known color: Seal Brown. HEX triplet: 36, 12 and 0B. RGB value is (54,18,11). Sum of RGB (Red+Green+Blue) = 54+18+11=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #36120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36120B is #C9EDF4. Grayscale: #1C1C1C. Windows color (decimal): -13233653 or 725558. OLE color: 725558.
HSL color Cylindrical-coordinate representation of color #36120B: hue angle of 9.77º 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 #36120B is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 18 | 11 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.79 |
| HSL | 9.77º | 0.66% | 0.13% | - |
| HSV(B) | 9.77º | 0.8% | 0.21% | - |
| XYZ | 1.8 | 1.24 | 0.46 | - |
| YUV | 27.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 18 | 11 | 0 | 0.67 | 0.80 | 0.79 | 9.77 | 0.66 | 0.13 |
| Hex | 36 | 12 | B | 0 | 43 | 50 | 4F | A | 42 | D |
| Octal | 66 | 22 | 13 | 0 | 103 | 120 | 117 | 12 | 102 | 15 |
| Binary | 110110 | 10010 | 1011 | 0 | 1000011 | 1010000 | 1001111 | 1010 | 1000010 | 1101 |
Color Harmonies of #36120B
Complementary color
Monochromatic Colors of #36120B
Black with #36120B
Text Example
Text Example
White with #36120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36120B; }
p { color: rgb(54,18,11); }
H1.HeaderClassName
{
color: #36120B;
}
.AnyTagClassName
{
color: #36120B;
}
</style>
background-color css
<style>
a { background-color: #36120B; }
a { background-color: rgb(54,18,11); }
div.DivClassName
{
background-color: #36120B;
}
.BgClassName
{
background-color: #36120B;
}
</style>
border-color css
<style>
span { border-color: #36120B; }
span { border-color: rgb(54,18,11); }
td.TdClassName
{
border-color: #36120B;
}
.TagClassName
{
border-color: #36120B;
}
</style>