Shades of Seal Brown #360C0C
Tints of Seal Brown #360C0C
RGB
CMYK
RGB Variations
Color information
#360C0C (or 0x360C0C) is known color: Seal Brown. HEX triplet: 36, 0C and 0C. RGB value is (54,12,12). Sum of RGB (Red+Green+Blue) = 54+12+12=78 (10% of max value = 765). Red value is 54 (21.48% from 255 or 69.23% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 54 - color contains mainly: red. Hex color #360C0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C0C is #C9F3F3. Grayscale: #181818. Windows color (decimal): -13235188 or 789558. OLE color: 789558.
HSL color Cylindrical-coordinate representation of color #360C0C: hue angle of 0º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #360C0C is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 12 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.79 |
| HSL | 0º | 0.64% | 0.13% | - |
| HSV(B) | 0º | 0.78% | 0.21% | - |
| XYZ | 1.72 | 1.07 | 0.46 | - |
| YUV | 24.56 | 120.91 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 12 | 0 | 0.78 | 0.78 | 0.79 | 0 | 0.64 | 0.13 |
| Hex | 36 | C | C | 0 | 4E | 4E | 4F | 0 | 40 | D |
| Octal | 66 | 14 | 14 | 0 | 116 | 116 | 117 | 0 | 100 | 15 |
| Binary | 110110 | 1100 | 1100 | 0 | 1001110 | 1001110 | 1001111 | 0 | 1000000 | 1101 |
Color Harmonies of #360C0C
Complementary color
Monochromatic Colors of #360C0C
Black with #360C0C
Text Example
Text Example
White with #360C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C0C; }
p { color: rgb(54,12,12); }
H1.HeaderClassName
{
color: #360C0C;
}
.AnyTagClassName
{
color: #360C0C;
}
</style>
background-color css
<style>
a { background-color: #360C0C; }
a { background-color: rgb(54,12,12); }
div.DivClassName
{
background-color: #360C0C;
}
.BgClassName
{
background-color: #360C0C;
}
</style>
border-color css
<style>
span { border-color: #360C0C; }
span { border-color: rgb(54,12,12); }
td.TdClassName
{
border-color: #360C0C;
}
.TagClassName
{
border-color: #360C0C;
}
</style>