Shades of Seal Brown #360B02
Tints of Seal Brown #360B02
RGB
CMYK
RGB Variations
Color information
#360B02 (or 0x360B02) is known color: Seal Brown. HEX triplet: 36, 0B and 02. RGB value is (54,11,2). Sum of RGB (Red+Green+Blue) = 54+11+2=67 (8% of max value = 765). Red value is 54 (21.48% from 255 or 80.60% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 54 - color contains mainly: red. Hex color #360B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B02 is #C9F4FD. Grayscale: #161616. Windows color (decimal): -13235454 or 133942. OLE color: 133942.
HSL color Cylindrical-coordinate representation of color #360B02: hue angle of 10.38º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360B02 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 2 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.79 |
| HSL | 10.38º | 0.93% | 0.11% | - |
| HSV(B) | 10.38º | 0.96% | 0.21% | - |
| XYZ | 1.65 | 1.03 | 0.17 | - |
| YUV | 22.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 2 | 0 | 0.80 | 0.96 | 0.79 | 10.38 | 0.93 | 0.11 |
| Hex | 36 | B | 2 | 0 | 50 | 60 | 4F | A | 5D | B |
| Octal | 66 | 13 | 2 | 0 | 120 | 140 | 117 | 12 | 135 | 13 |
| Binary | 110110 | 1011 | 10 | 0 | 1010000 | 1100000 | 1001111 | 1010 | 1011101 | 1011 |
Color Harmonies of #360B02
Complementary color
Monochromatic Colors of #360B02
Black with #360B02
Text Example
Text Example
White with #360B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B02; }
p { color: rgb(54,11,2); }
H1.HeaderClassName
{
color: #360B02;
}
.AnyTagClassName
{
color: #360B02;
}
</style>
background-color css
<style>
a { background-color: #360B02; }
a { background-color: rgb(54,11,2); }
div.DivClassName
{
background-color: #360B02;
}
.BgClassName
{
background-color: #360B02;
}
</style>
border-color css
<style>
span { border-color: #360B02; }
span { border-color: rgb(54,11,2); }
td.TdClassName
{
border-color: #360B02;
}
.TagClassName
{
border-color: #360B02;
}
</style>