Shades of Seal Brown #360905
Tints of Seal Brown #360905
RGB
CMYK
RGB Variations
Color information
#360905 (or 0x360905) is known color: Seal Brown. HEX triplet: 36, 09 and 05. RGB value is (54,9,5). Sum of RGB (Red+Green+Blue) = 54+9+5=68 (9% of max value = 765). Red value is 54 (21.48% from 255 or 79.41% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 54 - color contains mainly: red. Hex color #360905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360905 is #C9F6FA. Grayscale: #161616. Windows color (decimal): -13235963 or 330038. OLE color: 330038.
HSL color Cylindrical-coordinate representation of color #360905: hue angle of 4.9º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360905 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 9 | 5 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.79 |
| HSL | 4.9º | 0.83% | 0.12% | - |
| HSV(B) | 4.9º | 0.91% | 0.21% | - |
| XYZ | 1.65 | 0.99 | 0.25 | - |
| YUV | 22 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 5 | 0 | 0.83 | 0.91 | 0.79 | 4.9 | 0.83 | 0.12 |
| Hex | 36 | 9 | 5 | 0 | 53 | 5B | 4F | 5 | 53 | C |
| Octal | 66 | 11 | 5 | 0 | 123 | 133 | 117 | 5 | 123 | 14 |
| Binary | 110110 | 1001 | 101 | 0 | 1010011 | 1011011 | 1001111 | 101 | 1010011 | 1100 |
Color Harmonies of #360905
Complementary color
Monochromatic Colors of #360905
Black with #360905
Text Example
Text Example
White with #360905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360905; }
p { color: rgb(54,9,5); }
H1.HeaderClassName
{
color: #360905;
}
.AnyTagClassName
{
color: #360905;
}
</style>
background-color css
<style>
a { background-color: #360905; }
a { background-color: rgb(54,9,5); }
div.DivClassName
{
background-color: #360905;
}
.BgClassName
{
background-color: #360905;
}
</style>
border-color css
<style>
span { border-color: #360905; }
span { border-color: rgb(54,9,5); }
td.TdClassName
{
border-color: #360905;
}
.TagClassName
{
border-color: #360905;
}
</style>