Shades of Seal Brown #36150B
Tints of Seal Brown #36150B
RGB
CMYK
RGB Variations
Color information
#36150B (or 0x36150B) is known color: Seal Brown. HEX triplet: 36, 15 and 0B. RGB value is (54,21,11). Sum of RGB (Red+Green+Blue) = 54+21+11=86 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.79% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 54 - color contains mainly: red. Hex color #36150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36150B is #C9EAF4. Grayscale: #1D1D1D. Windows color (decimal): -13232885 or 726326. OLE color: 726326.
HSL color Cylindrical-coordinate representation of color #36150B: hue angle of 13.95º 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 #36150B is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 21 | 11 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.79 |
| HSL | 13.95º | 0.66% | 0.13% | - |
| HSV(B) | 13.95º | 0.8% | 0.21% | - |
| XYZ | 1.85 | 1.34 | 0.48 | - |
| YUV | 29.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 11 | 0 | 0.61 | 0.80 | 0.79 | 13.95 | 0.66 | 0.13 |
| Hex | 36 | 15 | B | 0 | 3D | 50 | 4F | E | 42 | D |
| Octal | 66 | 25 | 13 | 0 | 75 | 120 | 117 | 16 | 102 | 15 |
| Binary | 110110 | 10101 | 1011 | 0 | 111101 | 1010000 | 1001111 | 1110 | 1000010 | 1101 |
Color Harmonies of #36150B
Complementary color
Monochromatic Colors of #36150B
Black with #36150B
Text Example
Text Example
White with #36150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36150B; }
p { color: rgb(54,21,11); }
H1.HeaderClassName
{
color: #36150B;
}
.AnyTagClassName
{
color: #36150B;
}
</style>
background-color css
<style>
a { background-color: #36150B; }
a { background-color: rgb(54,21,11); }
div.DivClassName
{
background-color: #36150B;
}
.BgClassName
{
background-color: #36150B;
}
</style>
border-color css
<style>
span { border-color: #36150B; }
span { border-color: rgb(54,21,11); }
td.TdClassName
{
border-color: #36150B;
}
.TagClassName
{
border-color: #36150B;
}
</style>