Shades of Seal Brown #370C04
Tints of Seal Brown #370C04
RGB
CMYK
RGB Variations
Color information
#370C04 (or 0x370C04) is known color: Seal Brown. HEX triplet: 37, 0C and 04. RGB value is (55,12,4). Sum of RGB (Red+Green+Blue) = 55+12+4=71 (9% of max value = 765). Red value is 55 (21.88% from 255 or 77.46% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 55 - color contains mainly: red. Hex color #370C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C04 is #C8F3FB. Grayscale: #181818. Windows color (decimal): -13169660 or 265271. OLE color: 265271.
HSL color Cylindrical-coordinate representation of color #370C04: hue angle of 9.41º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370C04 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 12 | 4 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.78 |
| HSL | 9.41º | 0.86% | 0.12% | - |
| HSV(B) | 9.41º | 0.93% | 0.22% | - |
| XYZ | 1.73 | 1.08 | 0.23 | - |
| YUV | 23.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 4 | 0 | 0.78 | 0.93 | 0.78 | 9.41 | 0.86 | 0.12 |
| Hex | 37 | C | 4 | 0 | 4E | 5D | 4E | 9 | 56 | C |
| Octal | 67 | 14 | 4 | 0 | 116 | 135 | 116 | 11 | 126 | 14 |
| Binary | 110111 | 1100 | 100 | 0 | 1001110 | 1011101 | 1001110 | 1001 | 1010110 | 1100 |
Color Harmonies of #370C04
Complementary color
Monochromatic Colors of #370C04
Black with #370C04
Text Example
Text Example
White with #370C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C04; }
p { color: rgb(55,12,4); }
H1.HeaderClassName
{
color: #370C04;
}
.AnyTagClassName
{
color: #370C04;
}
</style>
background-color css
<style>
a { background-color: #370C04; }
a { background-color: rgb(55,12,4); }
div.DivClassName
{
background-color: #370C04;
}
.BgClassName
{
background-color: #370C04;
}
</style>
border-color css
<style>
span { border-color: #370C04; }
span { border-color: rgb(55,12,4); }
td.TdClassName
{
border-color: #370C04;
}
.TagClassName
{
border-color: #370C04;
}
</style>