Shades of Seal Brown #360D01
Tints of Seal Brown #360D01
RGB
CMYK
RGB Variations
Color information
#360D01 (or 0x360D01) is known color: Seal Brown. HEX triplet: 36, 0D and 01. RGB value is (54,13,1). Sum of RGB (Red+Green+Blue) = 54+13+1=68 (9% of max value = 765). Red value is 54 (21.48% from 255 or 79.41% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 54 - color contains mainly: red. Hex color #360D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360D01 is #C9F2FE. Grayscale: #171717. Windows color (decimal): -13234943 or 68918. OLE color: 68918.
HSL color Cylindrical-coordinate representation of color #360D01: hue angle of 13.58º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360D01 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 1 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.79 |
| HSL | 13.58º | 0.96% | 0.11% | - |
| HSV(B) | 13.58º | 0.98% | 0.21% | - |
| XYZ | 1.67 | 1.07 | 0.15 | - |
| YUV | 23.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 1 | 0 | 0.76 | 0.98 | 0.79 | 13.58 | 0.96 | 0.11 |
| Hex | 36 | D | 1 | 0 | 4C | 62 | 4F | E | 60 | B |
| Octal | 66 | 15 | 1 | 0 | 114 | 142 | 117 | 16 | 140 | 13 |
| Binary | 110110 | 1101 | 1 | 0 | 1001100 | 1100010 | 1001111 | 1110 | 1100000 | 1011 |
Color Harmonies of #360D01
Complementary color
Monochromatic Colors of #360D01
Black with #360D01
Text Example
Text Example
White with #360D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D01; }
p { color: rgb(54,13,1); }
H1.HeaderClassName
{
color: #360D01;
}
.AnyTagClassName
{
color: #360D01;
}
</style>
background-color css
<style>
a { background-color: #360D01; }
a { background-color: rgb(54,13,1); }
div.DivClassName
{
background-color: #360D01;
}
.BgClassName
{
background-color: #360D01;
}
</style>
border-color css
<style>
span { border-color: #360D01; }
span { border-color: rgb(54,13,1); }
td.TdClassName
{
border-color: #360D01;
}
.TagClassName
{
border-color: #360D01;
}
</style>