Shades of Seal Brown #361211
Tints of Seal Brown #361211
RGB
CMYK
RGB Variations
Color information
#361211 (or 0x361211) is known color: Seal Brown. HEX triplet: 36, 12 and 11. RGB value is (54,18,17). Sum of RGB (Red+Green+Blue) = 54+18+17=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #361211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361211 is #C9EDEE. Grayscale: #1C1C1C. Windows color (decimal): -13233647 or 1118774. OLE color: 1118774.
HSL color Cylindrical-coordinate representation of color #361211: hue angle of 1.62º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #361211 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 18 | 17 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.79 |
| HSL | 1.62º | 0.52% | 0.14% | - |
| HSV(B) | 1.62º | 0.69% | 0.21% | - |
| XYZ | 1.84 | 1.26 | 0.68 | - |
| YUV | 28.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 18 | 17 | 0 | 0.67 | 0.69 | 0.79 | 1.62 | 0.52 | 0.14 |
| Hex | 36 | 12 | 11 | 0 | 43 | 45 | 4F | 2 | 34 | E |
| Octal | 66 | 22 | 21 | 0 | 103 | 105 | 117 | 2 | 64 | 16 |
| Binary | 110110 | 10010 | 10001 | 0 | 1000011 | 1000101 | 1001111 | 10 | 110100 | 1110 |
Color Harmonies of #361211
Complementary color
Monochromatic Colors of #361211
Black with #361211
Text Example
Text Example
White with #361211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361211; }
p { color: rgb(54,18,17); }
H1.HeaderClassName
{
color: #361211;
}
.AnyTagClassName
{
color: #361211;
}
</style>
background-color css
<style>
a { background-color: #361211; }
a { background-color: rgb(54,18,17); }
div.DivClassName
{
background-color: #361211;
}
.BgClassName
{
background-color: #361211;
}
</style>
border-color css
<style>
span { border-color: #361211; }
span { border-color: rgb(54,18,17); }
td.TdClassName
{
border-color: #361211;
}
.TagClassName
{
border-color: #361211;
}
</style>