Shades of Seal Brown #360D0A
Tints of Seal Brown #360D0A
RGB
CMYK
RGB Variations
Color information
#360D0A (or 0x360D0A) is known color: Seal Brown. HEX triplet: 36, 0D and 0A. RGB value is (54,13,10). Sum of RGB (Red+Green+Blue) = 54+13+10=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #360D0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360D0A is #C9F2F5. Grayscale: #181818. Windows color (decimal): -13234934 or 658742. OLE color: 658742.
HSL color Cylindrical-coordinate representation of color #360D0A: hue angle of 4.09º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #360D0A is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 10 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.79 |
| HSL | 4.09º | 0.69% | 0.13% | - |
| HSV(B) | 4.09º | 0.81% | 0.21% | - |
| XYZ | 1.72 | 1.09 | 0.41 | - |
| YUV | 24.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 10 | 0 | 0.76 | 0.81 | 0.79 | 4.09 | 0.69 | 0.13 |
| Hex | 36 | D | A | 0 | 4C | 51 | 4F | 4 | 45 | D |
| Octal | 66 | 15 | 12 | 0 | 114 | 121 | 117 | 4 | 105 | 15 |
| Binary | 110110 | 1101 | 1010 | 0 | 1001100 | 1010001 | 1001111 | 100 | 1000101 | 1101 |
Color Harmonies of #360D0A
Complementary color
Monochromatic Colors of #360D0A
Black with #360D0A
Text Example
Text Example
White with #360D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D0A; }
p { color: rgb(54,13,10); }
H1.HeaderClassName
{
color: #360D0A;
}
.AnyTagClassName
{
color: #360D0A;
}
</style>
background-color css
<style>
a { background-color: #360D0A; }
a { background-color: rgb(54,13,10); }
div.DivClassName
{
background-color: #360D0A;
}
.BgClassName
{
background-color: #360D0A;
}
</style>
border-color css
<style>
span { border-color: #360D0A; }
span { border-color: rgb(54,13,10); }
td.TdClassName
{
border-color: #360D0A;
}
.TagClassName
{
border-color: #360D0A;
}
</style>