Shades of Seal Brown #361111
Tints of Seal Brown #361111
RGB
CMYK
RGB Variations
Color information
#361111 (or 0x361111) is known color: Seal Brown. HEX triplet: 36, 11 and 11. RGB value is (54,17,17). Sum of RGB (Red+Green+Blue) = 54+17+17=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #361111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361111 is #C9EEEE. Grayscale: #1C1C1C. Windows color (decimal): -13233903 or 1118518. OLE color: 1118518.
HSL color Cylindrical-coordinate representation of color #361111: hue angle of 0º 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 #361111 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 17 | 17 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.79 |
| HSL | 0º | 0.52% | 0.14% | - |
| HSV(B) | 0º | 0.69% | 0.21% | - |
| XYZ | 1.82 | 1.23 | 0.67 | - |
| YUV | 28.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 17 | 0 | 0.69 | 0.69 | 0.79 | 0 | 0.52 | 0.14 |
| Hex | 36 | 11 | 11 | 0 | 45 | 45 | 4F | 0 | 34 | E |
| Octal | 66 | 21 | 21 | 0 | 105 | 105 | 117 | 0 | 64 | 16 |
| Binary | 110110 | 10001 | 10001 | 0 | 1000101 | 1000101 | 1001111 | 0 | 110100 | 1110 |
Color Harmonies of #361111
Complementary color
Monochromatic Colors of #361111
Black with #361111
Text Example
Text Example
White with #361111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361111; }
p { color: rgb(54,17,17); }
H1.HeaderClassName
{
color: #361111;
}
.AnyTagClassName
{
color: #361111;
}
</style>
background-color css
<style>
a { background-color: #361111; }
a { background-color: rgb(54,17,17); }
div.DivClassName
{
background-color: #361111;
}
.BgClassName
{
background-color: #361111;
}
</style>
border-color css
<style>
span { border-color: #361111; }
span { border-color: rgb(54,17,17); }
td.TdClassName
{
border-color: #361111;
}
.TagClassName
{
border-color: #361111;
}
</style>