Shades of Seal Brown #360B08
Tints of Seal Brown #360B08
RGB
CMYK
RGB Variations
Color information
#360B08 (or 0x360B08) is known color: Seal Brown. HEX triplet: 36, 0B and 08. RGB value is (54,11,8). Sum of RGB (Red+Green+Blue) = 54+11+8=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #360B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B08 is #C9F4F7. Grayscale: #171717. Windows color (decimal): -13235448 or 527158. OLE color: 527158.
HSL color Cylindrical-coordinate representation of color #360B08: hue angle of 3.91º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #360B08 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 8 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.79 |
| HSL | 3.91º | 0.74% | 0.12% | - |
| HSV(B) | 3.91º | 0.85% | 0.21% | - |
| XYZ | 1.68 | 1.04 | 0.34 | - |
| YUV | 23.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 8 | 0 | 0.80 | 0.85 | 0.79 | 3.91 | 0.74 | 0.12 |
| Hex | 36 | B | 8 | 0 | 50 | 55 | 4F | 4 | 4A | C |
| Octal | 66 | 13 | 10 | 0 | 120 | 125 | 117 | 4 | 112 | 14 |
| Binary | 110110 | 1011 | 1000 | 0 | 1010000 | 1010101 | 1001111 | 100 | 1001010 | 1100 |
Color Harmonies of #360B08
Complementary color
Monochromatic Colors of #360B08
Black with #360B08
Text Example
Text Example
White with #360B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B08; }
p { color: rgb(54,11,8); }
H1.HeaderClassName
{
color: #360B08;
}
.AnyTagClassName
{
color: #360B08;
}
</style>
background-color css
<style>
a { background-color: #360B08; }
a { background-color: rgb(54,11,8); }
div.DivClassName
{
background-color: #360B08;
}
.BgClassName
{
background-color: #360B08;
}
</style>
border-color css
<style>
span { border-color: #360B08; }
span { border-color: rgb(54,11,8); }
td.TdClassName
{
border-color: #360B08;
}
.TagClassName
{
border-color: #360B08;
}
</style>