Shades of Seal Brown #360D02
Tints of Seal Brown #360D02
RGB
CMYK
RGB Variations
Color information
#360D02 (or 0x360D02) is known color: Seal Brown. HEX triplet: 36, 0D and 02. RGB value is (54,13,2). Sum of RGB (Red+Green+Blue) = 54+13+2=69 (9% of max value = 765). Red value is 54 (21.48% from 255 or 78.26% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 54 - color contains mainly: red. Hex color #360D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360D02 is #C9F2FD. Grayscale: #181818. Windows color (decimal): -13234942 or 134454. OLE color: 134454.
HSL color Cylindrical-coordinate representation of color #360D02: hue angle of 12.69º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360D02 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 2 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.79 |
| HSL | 12.69º | 0.93% | 0.11% | - |
| HSV(B) | 12.69º | 0.96% | 0.21% | - |
| XYZ | 1.68 | 1.08 | 0.18 | - |
| YUV | 24.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 2 | 0 | 0.76 | 0.96 | 0.79 | 12.69 | 0.93 | 0.11 |
| Hex | 36 | D | 2 | 0 | 4C | 60 | 4F | D | 5D | B |
| Octal | 66 | 15 | 2 | 0 | 114 | 140 | 117 | 15 | 135 | 13 |
| Binary | 110110 | 1101 | 10 | 0 | 1001100 | 1100000 | 1001111 | 1101 | 1011101 | 1011 |
Color Harmonies of #360D02
Complementary color
Monochromatic Colors of #360D02
Black with #360D02
Text Example
Text Example
White with #360D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D02; }
p { color: rgb(54,13,2); }
H1.HeaderClassName
{
color: #360D02;
}
.AnyTagClassName
{
color: #360D02;
}
</style>
background-color css
<style>
a { background-color: #360D02; }
a { background-color: rgb(54,13,2); }
div.DivClassName
{
background-color: #360D02;
}
.BgClassName
{
background-color: #360D02;
}
</style>
border-color css
<style>
span { border-color: #360D02; }
span { border-color: rgb(54,13,2); }
td.TdClassName
{
border-color: #360D02;
}
.TagClassName
{
border-color: #360D02;
}
</style>