Shades of Seal Brown #360B0B
Tints of Seal Brown #360B0B
RGB
CMYK
RGB Variations
Color information
#360B0B (or 0x360B0B) is known color: Seal Brown. HEX triplet: 36, 0B and 0B. RGB value is (54,11,11). Sum of RGB (Red+Green+Blue) = 54+11+11=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #360B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B0B is #C9F4F4. Grayscale: #171717. Windows color (decimal): -13235445 or 723766. OLE color: 723766.
HSL color Cylindrical-coordinate representation of color #360B0B: hue angle of 0º 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 #360B0B is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 11 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.79 |
| HSL | 0º | 0.66% | 0.13% | - |
| HSV(B) | 0º | 0.8% | 0.21% | - |
| XYZ | 1.7 | 1.05 | 0.43 | - |
| YUV | 23.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 11 | 0 | 0.80 | 0.80 | 0.79 | 0 | 0.66 | 0.13 |
| Hex | 36 | B | B | 0 | 50 | 50 | 4F | 0 | 42 | D |
| Octal | 66 | 13 | 13 | 0 | 120 | 120 | 117 | 0 | 102 | 15 |
| Binary | 110110 | 1011 | 1011 | 0 | 1010000 | 1010000 | 1001111 | 0 | 1000010 | 1101 |
Color Harmonies of #360B0B
Complementary color
Monochromatic Colors of #360B0B
Black with #360B0B
Text Example
Text Example
White with #360B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B0B; }
p { color: rgb(54,11,11); }
H1.HeaderClassName
{
color: #360B0B;
}
.AnyTagClassName
{
color: #360B0B;
}
</style>
background-color css
<style>
a { background-color: #360B0B; }
a { background-color: rgb(54,11,11); }
div.DivClassName
{
background-color: #360B0B;
}
.BgClassName
{
background-color: #360B0B;
}
</style>
border-color css
<style>
span { border-color: #360B0B; }
span { border-color: rgb(54,11,11); }
td.TdClassName
{
border-color: #360B0B;
}
.TagClassName
{
border-color: #360B0B;
}
</style>