Shades of Seal Brown #360C0B
Tints of Seal Brown #360C0B
RGB
CMYK
RGB Variations
Color information
#360C0B (or 0x360C0B) is known color: Seal Brown. HEX triplet: 36, 0C and 0B. RGB value is (54,12,11). Sum of RGB (Red+Green+Blue) = 54+12+11=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #360C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C0B is #C9F3F4. Grayscale: #181818. Windows color (decimal): -13235189 or 724022. OLE color: 724022.
HSL color Cylindrical-coordinate representation of color #360C0B: hue angle of 1.4º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360C0B is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 11 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.79 |
| HSL | 1.4º | 0.66% | 0.13% | - |
| HSV(B) | 1.4º | 0.8% | 0.21% | - |
| XYZ | 1.71 | 1.07 | 0.43 | - |
| YUV | 24.44 | 120.41 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 11 | 0 | 0.78 | 0.80 | 0.79 | 1.4 | 0.66 | 0.13 |
| Hex | 36 | C | B | 0 | 4E | 50 | 4F | 1 | 42 | D |
| Octal | 66 | 14 | 13 | 0 | 116 | 120 | 117 | 1 | 102 | 15 |
| Binary | 110110 | 1100 | 1011 | 0 | 1001110 | 1010000 | 1001111 | 1 | 1000010 | 1101 |
Color Harmonies of #360C0B
Complementary color
Monochromatic Colors of #360C0B
Black with #360C0B
Text Example
Text Example
White with #360C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C0B; }
p { color: rgb(54,12,11); }
H1.HeaderClassName
{
color: #360C0B;
}
.AnyTagClassName
{
color: #360C0B;
}
</style>
background-color css
<style>
a { background-color: #360C0B; }
a { background-color: rgb(54,12,11); }
div.DivClassName
{
background-color: #360C0B;
}
.BgClassName
{
background-color: #360C0B;
}
</style>
border-color css
<style>
span { border-color: #360C0B; }
span { border-color: rgb(54,12,11); }
td.TdClassName
{
border-color: #360C0B;
}
.TagClassName
{
border-color: #360C0B;
}
</style>