Shades of Seal Brown #360C03
Tints of Seal Brown #360C03
RGB
CMYK
RGB Variations
Color information
#360C03 (or 0x360C03) is known color: Seal Brown. HEX triplet: 36, 0C and 03. RGB value is (54,12,3). Sum of RGB (Red+Green+Blue) = 54+12+3=69 (9% of max value = 765). Red value is 54 (21.48% from 255 or 78.26% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 54 - color contains mainly: red. Hex color #360C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C03 is #C9F3FC. Grayscale: #171717. Windows color (decimal): -13235197 or 199734. OLE color: 199734.
HSL color Cylindrical-coordinate representation of color #360C03: hue angle of 10.59º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360C03 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 3 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.79 |
| HSL | 10.59º | 0.89% | 0.11% | - |
| HSV(B) | 10.59º | 0.94% | 0.21% | - |
| XYZ | 1.67 | 1.05 | 0.2 | - |
| YUV | 23.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 3 | 0 | 0.78 | 0.94 | 0.79 | 10.59 | 0.89 | 0.11 |
| Hex | 36 | C | 3 | 0 | 4E | 5E | 4F | B | 59 | B |
| Octal | 66 | 14 | 3 | 0 | 116 | 136 | 117 | 13 | 131 | 13 |
| Binary | 110110 | 1100 | 11 | 0 | 1001110 | 1011110 | 1001111 | 1011 | 1011001 | 1011 |
Color Harmonies of #360C03
Complementary color
Monochromatic Colors of #360C03
Black with #360C03
Text Example
Text Example
White with #360C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C03; }
p { color: rgb(54,12,3); }
H1.HeaderClassName
{
color: #360C03;
}
.AnyTagClassName
{
color: #360C03;
}
</style>
background-color css
<style>
a { background-color: #360C03; }
a { background-color: rgb(54,12,3); }
div.DivClassName
{
background-color: #360C03;
}
.BgClassName
{
background-color: #360C03;
}
</style>
border-color css
<style>
span { border-color: #360C03; }
span { border-color: rgb(54,12,3); }
td.TdClassName
{
border-color: #360C03;
}
.TagClassName
{
border-color: #360C03;
}
</style>