Shades of Seal Brown #360D0C
Tints of Seal Brown #360D0C
RGB
CMYK
RGB Variations
Color information
#360D0C (or 0x360D0C) is known color: Seal Brown. HEX triplet: 36, 0D and 0C. RGB value is (54,13,12). Sum of RGB (Red+Green+Blue) = 54+13+12=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360D0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360D0C is #C9F2F3. Grayscale: #191919. Windows color (decimal): -13234932 or 789814. OLE color: 789814.
HSL color Cylindrical-coordinate representation of color #360D0C: hue angle of 1.43º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #360D0C is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 12 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.79 |
| HSL | 1.43º | 0.64% | 0.13% | - |
| HSV(B) | 1.43º | 0.78% | 0.21% | - |
| XYZ | 1.73 | 1.1 | 0.47 | - |
| YUV | 25.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 12 | 0 | 0.76 | 0.78 | 0.79 | 1.43 | 0.64 | 0.13 |
| Hex | 36 | D | C | 0 | 4C | 4E | 4F | 1 | 40 | D |
| Octal | 66 | 15 | 14 | 0 | 114 | 116 | 117 | 1 | 100 | 15 |
| Binary | 110110 | 1101 | 1100 | 0 | 1001100 | 1001110 | 1001111 | 1 | 1000000 | 1101 |
Color Harmonies of #360D0C
Complementary color
Monochromatic Colors of #360D0C
Black with #360D0C
Text Example
Text Example
White with #360D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D0C; }
p { color: rgb(54,13,12); }
H1.HeaderClassName
{
color: #360D0C;
}
.AnyTagClassName
{
color: #360D0C;
}
</style>
background-color css
<style>
a { background-color: #360D0C; }
a { background-color: rgb(54,13,12); }
div.DivClassName
{
background-color: #360D0C;
}
.BgClassName
{
background-color: #360D0C;
}
</style>
border-color css
<style>
span { border-color: #360D0C; }
span { border-color: rgb(54,13,12); }
td.TdClassName
{
border-color: #360D0C;
}
.TagClassName
{
border-color: #360D0C;
}
</style>