Shades of Seal Brown #360F03
Tints of Seal Brown #360F03
RGB
CMYK
RGB Variations
Color information
#360F03 (or 0x360F03) is known color: Seal Brown. HEX triplet: 36, 0F and 03. RGB value is (54,15,3). Sum of RGB (Red+Green+Blue) = 54+15+3=72 (9% of max value = 765). Red value is 54 (21.48% from 255 or 75% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 54 - color contains mainly: red. Hex color #360F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360F03 is #C9F0FC. Grayscale: #191919. Windows color (decimal): -13234429 or 200502. OLE color: 200502.
HSL color Cylindrical-coordinate representation of color #360F03: hue angle of 14.12º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360F03 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 15 | 3 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.79 |
| HSL | 14.12º | 0.89% | 0.11% | - |
| HSV(B) | 14.12º | 0.94% | 0.21% | - |
| XYZ | 1.71 | 1.13 | 0.21 | - |
| YUV | 25.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 3 | 0 | 0.72 | 0.94 | 0.79 | 14.12 | 0.89 | 0.11 |
| Hex | 36 | F | 3 | 0 | 48 | 5E | 4F | E | 59 | B |
| Octal | 66 | 17 | 3 | 0 | 110 | 136 | 117 | 16 | 131 | 13 |
| Binary | 110110 | 1111 | 11 | 0 | 1001000 | 1011110 | 1001111 | 1110 | 1011001 | 1011 |
Color Harmonies of #360F03
Complementary color
Monochromatic Colors of #360F03
Black with #360F03
Text Example
Text Example
White with #360F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F03; }
p { color: rgb(54,15,3); }
H1.HeaderClassName
{
color: #360F03;
}
.AnyTagClassName
{
color: #360F03;
}
</style>
background-color css
<style>
a { background-color: #360F03; }
a { background-color: rgb(54,15,3); }
div.DivClassName
{
background-color: #360F03;
}
.BgClassName
{
background-color: #360F03;
}
</style>
border-color css
<style>
span { border-color: #360F03; }
span { border-color: rgb(54,15,3); }
td.TdClassName
{
border-color: #360F03;
}
.TagClassName
{
border-color: #360F03;
}
</style>