Shades of Seal Brown #360604
Tints of Seal Brown #360604
RGB
CMYK
RGB Variations
Color information
#360604 (or 0x360604) is known color: Seal Brown. HEX triplet: 36, 06 and 04. RGB value is (54,6,4). Sum of RGB (Red+Green+Blue) = 54+6+4=64 (8% of max value = 765). Red value is 54 (21.48% from 255 or 84.38% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 54 - color contains mainly: red. Hex color #360604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360604 is #C9F9FB. Grayscale: #141414. Windows color (decimal): -13236732 or 263734. OLE color: 263734.
HSL color Cylindrical-coordinate representation of color #360604: hue angle of 2.4º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360604 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 6 | 4 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.79 |
| HSL | 2.4º | 0.86% | 0.11% | - |
| HSV(B) | 2.4º | 0.93% | 0.21% | - |
| XYZ | 1.61 | 0.92 | 0.21 | - |
| YUV | 20.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 4 | 0 | 0.89 | 0.93 | 0.79 | 2.4 | 0.86 | 0.11 |
| Hex | 36 | 6 | 4 | 0 | 59 | 5D | 4F | 2 | 56 | B |
| Octal | 66 | 6 | 4 | 0 | 131 | 135 | 117 | 2 | 126 | 13 |
| Binary | 110110 | 110 | 100 | 0 | 1011001 | 1011101 | 1001111 | 10 | 1010110 | 1011 |
Color Harmonies of #360604
Complementary color
Monochromatic Colors of #360604
Black with #360604
Text Example
Text Example
White with #360604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360604; }
p { color: rgb(54,6,4); }
H1.HeaderClassName
{
color: #360604;
}
.AnyTagClassName
{
color: #360604;
}
</style>
background-color css
<style>
a { background-color: #360604; }
a { background-color: rgb(54,6,4); }
div.DivClassName
{
background-color: #360604;
}
.BgClassName
{
background-color: #360604;
}
</style>
border-color css
<style>
span { border-color: #360604; }
span { border-color: rgb(54,6,4); }
td.TdClassName
{
border-color: #360604;
}
.TagClassName
{
border-color: #360604;
}
</style>