Shades of Seal Brown #370B02
Tints of Seal Brown #370B02
RGB
CMYK
RGB Variations
Color information
#370B02 (or 0x370B02) is known color: Seal Brown. HEX triplet: 37, 0B and 02. RGB value is (55,11,2). Sum of RGB (Red+Green+Blue) = 55+11+2=68 (9% of max value = 765). Red value is 55 (21.88% from 255 or 80.88% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 55 - color contains mainly: red. Hex color #370B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B02 is #C8F4FD. Grayscale: #171717. Windows color (decimal): -13169918 or 133943. OLE color: 133943.
HSL color Cylindrical-coordinate representation of color #370B02: hue angle of 10.19º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370B02 is Cyan = 0, Magento = 0.8, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 2 | - |
| CMYK | 0 | 0.8 | 0.96 | 0.78 |
| HSL | 10.19º | 0.93% | 0.11% | - |
| HSV(B) | 10.19º | 0.96% | 0.22% | - |
| XYZ | 1.71 | 1.06 | 0.17 | - |
| YUV | 23.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 2 | 0 | 0.8 | 0.96 | 0.78 | 10.19 | 0.93 | 0.11 |
| Hex | 37 | B | 2 | 0 | 50 | 60 | 4E | A | 5D | B |
| Octal | 67 | 13 | 2 | 0 | 120 | 140 | 116 | 12 | 135 | 13 |
| Binary | 110111 | 1011 | 10 | 0 | 1010000 | 1100000 | 1001110 | 1010 | 1011101 | 1011 |
Color Harmonies of #370B02
Complementary color
Monochromatic Colors of #370B02
Black with #370B02
Text Example
Text Example
White with #370B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B02; }
p { color: rgb(55,11,2); }
H1.HeaderClassName
{
color: #370B02;
}
.AnyTagClassName
{
color: #370B02;
}
</style>
background-color css
<style>
a { background-color: #370B02; }
a { background-color: rgb(55,11,2); }
div.DivClassName
{
background-color: #370B02;
}
.BgClassName
{
background-color: #370B02;
}
</style>
border-color css
<style>
span { border-color: #370B02; }
span { border-color: rgb(55,11,2); }
td.TdClassName
{
border-color: #370B02;
}
.TagClassName
{
border-color: #370B02;
}
</style>