Shades of Seal Brown #360F04
Tints of Seal Brown #360F04
RGB
CMYK
RGB Variations
Color information
#360F04 (or 0x360F04) is known color: Seal Brown. HEX triplet: 36, 0F and 04. RGB value is (54,15,4). Sum of RGB (Red+Green+Blue) = 54+15+4=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #360F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360F04 is #C9F0FB. Grayscale: #191919. Windows color (decimal): -13234428 or 266038. OLE color: 266038.
HSL color Cylindrical-coordinate representation of color #360F04: hue angle of 13.2º 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 #360F04 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 15 | 4 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.79 |
| HSL | 13.2º | 0.86% | 0.11% | - |
| HSV(B) | 13.2º | 0.93% | 0.21% | - |
| XYZ | 1.71 | 1.13 | 0.24 | - |
| YUV | 25.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 4 | 0 | 0.72 | 0.93 | 0.79 | 13.2 | 0.86 | 0.11 |
| Hex | 36 | F | 4 | 0 | 48 | 5D | 4F | D | 56 | B |
| Octal | 66 | 17 | 4 | 0 | 110 | 135 | 117 | 15 | 126 | 13 |
| Binary | 110110 | 1111 | 100 | 0 | 1001000 | 1011101 | 1001111 | 1101 | 1010110 | 1011 |
Color Harmonies of #360F04
Complementary color
Monochromatic Colors of #360F04
Black with #360F04
Text Example
Text Example
White with #360F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F04; }
p { color: rgb(54,15,4); }
H1.HeaderClassName
{
color: #360F04;
}
.AnyTagClassName
{
color: #360F04;
}
</style>
background-color css
<style>
a { background-color: #360F04; }
a { background-color: rgb(54,15,4); }
div.DivClassName
{
background-color: #360F04;
}
.BgClassName
{
background-color: #360F04;
}
</style>
border-color css
<style>
span { border-color: #360F04; }
span { border-color: rgb(54,15,4); }
td.TdClassName
{
border-color: #360F04;
}
.TagClassName
{
border-color: #360F04;
}
</style>