Shades of Seal Brown #360F00
Tints of Seal Brown #360F00
RGB
CMYK
RGB Variations
Color information
#360F00 (or 0x360F00) is known color: Seal Brown. HEX triplet: 36, 0F and 00. RGB value is (54,15,0). Sum of RGB (Red+Green+Blue) = 54+15+0=69 (9% of max value = 765). Red value is 54 (21.48% from 255 or 78.26% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 54 - color contains mainly: red. Hex color #360F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360F00 is #C9F0FF. Grayscale: #191919. Windows color (decimal): -13234432 or 3894. OLE color: 3894.
HSL color Cylindrical-coordinate representation of color #360F00: hue angle of 16.67º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360F00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 15 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.79 |
| HSL | 16.67º | 1% | 0.11% | - |
| HSV(B) | 16.67º | 1% | 0.21% | - |
| XYZ | 1.69 | 1.13 | 0.13 | - |
| YUV | 24.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 0 | 0 | 0.72 | 1 | 0.79 | 16.67 | 1 | 0.11 |
| Hex | 36 | F | 0 | 0 | 48 | 64 | 4F | 11 | 64 | B |
| Octal | 66 | 17 | 0 | 0 | 110 | 144 | 117 | 21 | 144 | 13 |
| Binary | 110110 | 1111 | 0 | 0 | 1001000 | 1100100 | 1001111 | 10001 | 1100100 | 1011 |
Color Harmonies of #360F00
Complementary color
Monochromatic Colors of #360F00
Black with #360F00
Text Example
Text Example
White with #360F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F00; }
p { color: rgb(54,15,0); }
H1.HeaderClassName
{
color: #360F00;
}
.AnyTagClassName
{
color: #360F00;
}
</style>
background-color css
<style>
a { background-color: #360F00; }
a { background-color: rgb(54,15,0); }
div.DivClassName
{
background-color: #360F00;
}
.BgClassName
{
background-color: #360F00;
}
</style>
border-color css
<style>
span { border-color: #360F00; }
span { border-color: rgb(54,15,0); }
td.TdClassName
{
border-color: #360F00;
}
.TagClassName
{
border-color: #360F00;
}
</style>