Shades of Seal Brown #360402
Tints of Seal Brown #360402
RGB
CMYK
RGB Variations
Color information
#360402 (or 0x360402) is known color: Seal Brown. HEX triplet: 36, 04 and 02. RGB value is (54,4,2). Sum of RGB (Red+Green+Blue) = 54+4+2=60 (7% of max value = 765). Red value is 54 (21.48% from 255 or 90% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 54 - color contains mainly: red. Hex color #360402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360402 is #C9FBFD. Grayscale: #121212. Windows color (decimal): -13237246 or 132150. OLE color: 132150.
HSL color Cylindrical-coordinate representation of color #360402: hue angle of 2.31º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360402 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 4 | 2 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.79 |
| HSL | 2.31º | 0.93% | 0.11% | - |
| HSV(B) | 2.31º | 0.96% | 0.21% | - |
| XYZ | 1.58 | 0.88 | 0.14 | - |
| YUV | 18.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 2 | 0 | 0.93 | 0.96 | 0.79 | 2.31 | 0.93 | 0.11 |
| Hex | 36 | 4 | 2 | 0 | 5D | 60 | 4F | 2 | 5D | B |
| Octal | 66 | 4 | 2 | 0 | 135 | 140 | 117 | 2 | 135 | 13 |
| Binary | 110110 | 100 | 10 | 0 | 1011101 | 1100000 | 1001111 | 10 | 1011101 | 1011 |
Color Harmonies of #360402
Complementary color
Monochromatic Colors of #360402
Black with #360402
Text Example
Text Example
White with #360402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360402; }
p { color: rgb(54,4,2); }
H1.HeaderClassName
{
color: #360402;
}
.AnyTagClassName
{
color: #360402;
}
</style>
background-color css
<style>
a { background-color: #360402; }
a { background-color: rgb(54,4,2); }
div.DivClassName
{
background-color: #360402;
}
.BgClassName
{
background-color: #360402;
}
</style>
border-color css
<style>
span { border-color: #360402; }
span { border-color: rgb(54,4,2); }
td.TdClassName
{
border-color: #360402;
}
.TagClassName
{
border-color: #360402;
}
</style>