Shades of Seal Brown #360805
Tints of Seal Brown #360805
RGB
CMYK
RGB Variations
Color information
#360805 (or 0x360805) is known color: Seal Brown. HEX triplet: 36, 08 and 05. RGB value is (54,8,5). Sum of RGB (Red+Green+Blue) = 54+8+5=67 (8% of max value = 765). Red value is 54 (21.48% from 255 or 80.60% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 54 - color contains mainly: red. Hex color #360805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360805 is #C9F7FA. Grayscale: #151515. Windows color (decimal): -13236219 or 329782. OLE color: 329782.
HSL color Cylindrical-coordinate representation of color #360805: hue angle of 3.67º 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 #360805 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 8 | 5 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.79 |
| HSL | 3.67º | 0.83% | 0.12% | - |
| HSV(B) | 3.67º | 0.91% | 0.21% | - |
| XYZ | 1.64 | 0.97 | 0.24 | - |
| YUV | 21.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 5 | 0 | 0.85 | 0.91 | 0.79 | 3.67 | 0.83 | 0.12 |
| Hex | 36 | 8 | 5 | 0 | 55 | 5B | 4F | 4 | 53 | C |
| Octal | 66 | 10 | 5 | 0 | 125 | 133 | 117 | 4 | 123 | 14 |
| Binary | 110110 | 1000 | 101 | 0 | 1010101 | 1011011 | 1001111 | 100 | 1010011 | 1100 |
Color Harmonies of #360805
Complementary color
Monochromatic Colors of #360805
Black with #360805
Text Example
Text Example
White with #360805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360805; }
p { color: rgb(54,8,5); }
H1.HeaderClassName
{
color: #360805;
}
.AnyTagClassName
{
color: #360805;
}
</style>
background-color css
<style>
a { background-color: #360805; }
a { background-color: rgb(54,8,5); }
div.DivClassName
{
background-color: #360805;
}
.BgClassName
{
background-color: #360805;
}
</style>
border-color css
<style>
span { border-color: #360805; }
span { border-color: rgb(54,8,5); }
td.TdClassName
{
border-color: #360805;
}
.TagClassName
{
border-color: #360805;
}
</style>