Shades of Seal Brown #360C01
Tints of Seal Brown #360C01
RGB
CMYK
RGB Variations
Color information
#360C01 (or 0x360C01) is known color: Seal Brown. HEX triplet: 36, 0C and 01. RGB value is (54,12,1). Sum of RGB (Red+Green+Blue) = 54+12+1=67 (8% of max value = 765). Red value is 54 (21.48% from 255 or 80.60% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 54 - color contains mainly: red. Hex color #360C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C01 is #C9F3FE. Grayscale: #171717. Windows color (decimal): -13235199 or 68662. OLE color: 68662.
HSL color Cylindrical-coordinate representation of color #360C01: hue angle of 12.45º 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 #360C01 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 1 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.79 |
| HSL | 12.45º | 0.96% | 0.11% | - |
| HSV(B) | 12.45º | 0.98% | 0.21% | - |
| XYZ | 1.66 | 1.05 | 0.14 | - |
| YUV | 23.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 1 | 0 | 0.78 | 0.98 | 0.79 | 12.45 | 0.96 | 0.11 |
| Hex | 36 | C | 1 | 0 | 4E | 62 | 4F | C | 60 | B |
| Octal | 66 | 14 | 1 | 0 | 116 | 142 | 117 | 14 | 140 | 13 |
| Binary | 110110 | 1100 | 1 | 0 | 1001110 | 1100010 | 1001111 | 1100 | 1100000 | 1011 |
Color Harmonies of #360C01
Complementary color
Monochromatic Colors of #360C01
Black with #360C01
Text Example
Text Example
White with #360C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C01; }
p { color: rgb(54,12,1); }
H1.HeaderClassName
{
color: #360C01;
}
.AnyTagClassName
{
color: #360C01;
}
</style>
background-color css
<style>
a { background-color: #360C01; }
a { background-color: rgb(54,12,1); }
div.DivClassName
{
background-color: #360C01;
}
.BgClassName
{
background-color: #360C01;
}
</style>
border-color css
<style>
span { border-color: #360C01; }
span { border-color: rgb(54,12,1); }
td.TdClassName
{
border-color: #360C01;
}
.TagClassName
{
border-color: #360C01;
}
</style>