Shades of Seal Brown #360904
Tints of Seal Brown #360904
RGB
CMYK
RGB Variations
Color information
#360904 (or 0x360904) is known color: Seal Brown. HEX triplet: 36, 09 and 04. RGB value is (54,9,4). Sum of RGB (Red+Green+Blue) = 54+9+4=67 (8% of max value = 765). Red value is 54 (21.48% from 255 or 80.60% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 4 (1.95% from 255 or 5.97% from 67); Max value from RGB is 54 - color contains mainly: red. Hex color #360904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360904 is #C9F6FB. Grayscale: #151515. Windows color (decimal): -13235964 or 264502. OLE color: 264502.
HSL color Cylindrical-coordinate representation of color #360904: hue angle of 6º 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 #360904 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 9 | 4 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.79 |
| HSL | 6º | 0.86% | 0.11% | - |
| HSV(B) | 6º | 0.93% | 0.21% | - |
| XYZ | 1.64 | 0.99 | 0.22 | - |
| YUV | 21.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 4 | 0 | 0.83 | 0.93 | 0.79 | 6 | 0.86 | 0.11 |
| Hex | 36 | 9 | 4 | 0 | 53 | 5D | 4F | 6 | 56 | B |
| Octal | 66 | 11 | 4 | 0 | 123 | 135 | 117 | 6 | 126 | 13 |
| Binary | 110110 | 1001 | 100 | 0 | 1010011 | 1011101 | 1001111 | 110 | 1010110 | 1011 |
Color Harmonies of #360904
Complementary color
Monochromatic Colors of #360904
Black with #360904
Text Example
Text Example
White with #360904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360904; }
p { color: rgb(54,9,4); }
H1.HeaderClassName
{
color: #360904;
}
.AnyTagClassName
{
color: #360904;
}
</style>
background-color css
<style>
a { background-color: #360904; }
a { background-color: rgb(54,9,4); }
div.DivClassName
{
background-color: #360904;
}
.BgClassName
{
background-color: #360904;
}
</style>
border-color css
<style>
span { border-color: #360904; }
span { border-color: rgb(54,9,4); }
td.TdClassName
{
border-color: #360904;
}
.TagClassName
{
border-color: #360904;
}
</style>