Shades of Seal Brown #360D06
Tints of Seal Brown #360D06
RGB
CMYK
RGB Variations
Color information
#360D06 (or 0x360D06) is known color: Seal Brown. HEX triplet: 36, 0D and 06. RGB value is (54,13,6). Sum of RGB (Red+Green+Blue) = 54+13+6=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #360D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360D06 is #C9F2F9. Grayscale: #181818. Windows color (decimal): -13234938 or 396598. OLE color: 396598.
HSL color Cylindrical-coordinate representation of color #360D06: hue angle of 8.75º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360D06 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 6 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.79 |
| HSL | 8.75º | 0.8% | 0.12% | - |
| HSV(B) | 8.75º | 0.89% | 0.21% | - |
| XYZ | 1.7 | 1.09 | 0.29 | - |
| YUV | 24.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 6 | 0 | 0.76 | 0.89 | 0.79 | 8.75 | 0.8 | 0.12 |
| Hex | 36 | D | 6 | 0 | 4C | 59 | 4F | 9 | 50 | C |
| Octal | 66 | 15 | 6 | 0 | 114 | 131 | 117 | 11 | 120 | 14 |
| Binary | 110110 | 1101 | 110 | 0 | 1001100 | 1011001 | 1001111 | 1001 | 1010000 | 1100 |
Color Harmonies of #360D06
Complementary color
Monochromatic Colors of #360D06
Black with #360D06
Text Example
Text Example
White with #360D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D06; }
p { color: rgb(54,13,6); }
H1.HeaderClassName
{
color: #360D06;
}
.AnyTagClassName
{
color: #360D06;
}
</style>
background-color css
<style>
a { background-color: #360D06; }
a { background-color: rgb(54,13,6); }
div.DivClassName
{
background-color: #360D06;
}
.BgClassName
{
background-color: #360D06;
}
</style>
border-color css
<style>
span { border-color: #360D06; }
span { border-color: rgb(54,13,6); }
td.TdClassName
{
border-color: #360D06;
}
.TagClassName
{
border-color: #360D06;
}
</style>