Shades of Seal Brown #360504
Tints of Seal Brown #360504
RGB
CMYK
RGB Variations
Color information
#360504 (or 0x360504) is known color: Seal Brown. HEX triplet: 36, 05 and 04. RGB value is (54,5,4). Sum of RGB (Red+Green+Blue) = 54+5+4=63 (8% of max value = 765). Red value is 54 (21.48% from 255 or 85.71% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 54 - color contains mainly: red. Hex color #360504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360504 is #C9FAFB. Grayscale: #131313. Windows color (decimal): -13236988 or 263478. OLE color: 263478.
HSL color Cylindrical-coordinate representation of color #360504: hue angle of 1.2º 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 #360504 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 5 | 4 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.79 |
| HSL | 1.2º | 0.86% | 0.11% | - |
| HSV(B) | 1.2º | 0.93% | 0.21% | - |
| XYZ | 1.6 | 0.9 | 0.2 | - |
| YUV | 19.54 | 119.23 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 4 | 0 | 0.91 | 0.93 | 0.79 | 1.2 | 0.86 | 0.11 |
| Hex | 36 | 5 | 4 | 0 | 5B | 5D | 4F | 1 | 56 | B |
| Octal | 66 | 5 | 4 | 0 | 133 | 135 | 117 | 1 | 126 | 13 |
| Binary | 110110 | 101 | 100 | 0 | 1011011 | 1011101 | 1001111 | 1 | 1010110 | 1011 |
Color Harmonies of #360504
Complementary color
Monochromatic Colors of #360504
Black with #360504
Text Example
Text Example
White with #360504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360504; }
p { color: rgb(54,5,4); }
H1.HeaderClassName
{
color: #360504;
}
.AnyTagClassName
{
color: #360504;
}
</style>
background-color css
<style>
a { background-color: #360504; }
a { background-color: rgb(54,5,4); }
div.DivClassName
{
background-color: #360504;
}
.BgClassName
{
background-color: #360504;
}
</style>
border-color css
<style>
span { border-color: #360504; }
span { border-color: rgb(54,5,4); }
td.TdClassName
{
border-color: #360504;
}
.TagClassName
{
border-color: #360504;
}
</style>