Shades of Seal Brown #360D00
Tints of Seal Brown #360D00
RGB
CMYK
RGB Variations
Color information
#360D00 (or 0x360D00) is known color: Seal Brown. HEX triplet: 36, 0D and 00. RGB value is (54,13,0). Sum of RGB (Red+Green+Blue) = 54+13+0=67 (8% of max value = 765). Red value is 54 (21.48% from 255 or 80.60% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 54 - color contains mainly: red. Hex color #360D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360D00 is #C9F2FF. Grayscale: #171717. Windows color (decimal): -13234944 or 3382. OLE color: 3382.
HSL color Cylindrical-coordinate representation of color #360D00: hue angle of 14.44º 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 #360D00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.79 |
| HSL | 14.44º | 1% | 0.11% | - |
| HSV(B) | 14.44º | 1% | 0.21% | - |
| XYZ | 1.67 | 1.07 | 0.12 | - |
| YUV | 23.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 0 | 0 | 0.76 | 1 | 0.79 | 14.44 | 1 | 0.11 |
| Hex | 36 | D | 0 | 0 | 4C | 64 | 4F | E | 64 | B |
| Octal | 66 | 15 | 0 | 0 | 114 | 144 | 117 | 16 | 144 | 13 |
| Binary | 110110 | 1101 | 0 | 0 | 1001100 | 1100100 | 1001111 | 1110 | 1100100 | 1011 |
Color Harmonies of #360D00
Complementary color
Monochromatic Colors of #360D00
Black with #360D00
Text Example
Text Example
White with #360D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D00; }
p { color: rgb(54,13,0); }
H1.HeaderClassName
{
color: #360D00;
}
.AnyTagClassName
{
color: #360D00;
}
</style>
background-color css
<style>
a { background-color: #360D00; }
a { background-color: rgb(54,13,0); }
div.DivClassName
{
background-color: #360D00;
}
.BgClassName
{
background-color: #360D00;
}
</style>
border-color css
<style>
span { border-color: #360D00; }
span { border-color: rgb(54,13,0); }
td.TdClassName
{
border-color: #360D00;
}
.TagClassName
{
border-color: #360D00;
}
</style>