Shades of Seal Brown #370C05
Tints of Seal Brown #370C05
RGB
CMYK
RGB Variations
Color information
#370C05 (or 0x370C05) is known color: Seal Brown. HEX triplet: 37, 0C and 05. RGB value is (55,12,5). Sum of RGB (Red+Green+Blue) = 55+12+5=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #370C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C05 is #C8F3FA. Grayscale: #181818. Windows color (decimal): -13169659 or 330807. OLE color: 330807.
HSL color Cylindrical-coordinate representation of color #370C05: hue angle of 8.4º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370C05 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 12 | 5 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.78 |
| HSL | 8.4º | 0.83% | 0.12% | - |
| HSV(B) | 8.4º | 0.91% | 0.22% | - |
| XYZ | 1.73 | 1.09 | 0.26 | - |
| YUV | 24.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 5 | 0 | 0.78 | 0.91 | 0.78 | 8.4 | 0.83 | 0.12 |
| Hex | 37 | C | 5 | 0 | 4E | 5B | 4E | 8 | 53 | C |
| Octal | 67 | 14 | 5 | 0 | 116 | 133 | 116 | 10 | 123 | 14 |
| Binary | 110111 | 1100 | 101 | 0 | 1001110 | 1011011 | 1001110 | 1000 | 1010011 | 1100 |
Color Harmonies of #370C05
Complementary color
Monochromatic Colors of #370C05
Black with #370C05
Text Example
Text Example
White with #370C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C05; }
p { color: rgb(55,12,5); }
H1.HeaderClassName
{
color: #370C05;
}
.AnyTagClassName
{
color: #370C05;
}
</style>
background-color css
<style>
a { background-color: #370C05; }
a { background-color: rgb(55,12,5); }
div.DivClassName
{
background-color: #370C05;
}
.BgClassName
{
background-color: #370C05;
}
</style>
border-color css
<style>
span { border-color: #370C05; }
span { border-color: rgb(55,12,5); }
td.TdClassName
{
border-color: #370C05;
}
.TagClassName
{
border-color: #370C05;
}
</style>