Shades of Mikado #372F13
Tints of Mikado #372F13
RGB
CMYK
RGB Variations
Color information
#372F13 (or 0x372F13) is known color: Mikado. HEX triplet: 37, 2F and 13. RGB value is (55,47,19). Sum of RGB (Red+Green+Blue) = 55+47+19=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #372F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372F13 is #C8D0EC. Grayscale: #2E2E2E. Windows color (decimal): -13160685 or 1257271. OLE color: 1257271.
HSL color Cylindrical-coordinate representation of color #372F13: hue angle of 46.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #372F13 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 47 | 19 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.78 |
| HSL | 46.67º | 0.49% | 0.15% | - |
| HSV(B) | 46.67º | 0.65% | 0.22% | - |
| XYZ | 2.71 | 2.89 | 1.03 | - |
| YUV | 46.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 19 | 0 | 0.15 | 0.65 | 0.78 | 46.67 | 0.49 | 0.15 |
| Hex | 37 | 2F | 13 | 0 | F | 41 | 4E | 2F | 31 | F |
| Octal | 67 | 57 | 23 | 0 | 17 | 101 | 116 | 57 | 61 | 17 |
| Binary | 110111 | 101111 | 10011 | 0 | 1111 | 1000001 | 1001110 | 101111 | 110001 | 1111 |
Color Harmonies of #372F13
Complementary color
Monochromatic Colors of #372F13
Black with #372F13
Text Example
Text Example
White with #372F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F13; }
p { color: rgb(55,47,19); }
H1.HeaderClassName
{
color: #372F13;
}
.AnyTagClassName
{
color: #372F13;
}
</style>
background-color css
<style>
a { background-color: #372F13; }
a { background-color: rgb(55,47,19); }
div.DivClassName
{
background-color: #372F13;
}
.BgClassName
{
background-color: #372F13;
}
</style>
border-color css
<style>
span { border-color: #372F13; }
span { border-color: rgb(55,47,19); }
td.TdClassName
{
border-color: #372F13;
}
.TagClassName
{
border-color: #372F13;
}
</style>