Shades of Mikado #372F19
Tints of Mikado #372F19
RGB
CMYK
RGB Variations
Color information
#372F19 (or 0x372F19) is known color: Mikado. HEX triplet: 37, 2F and 19. RGB value is (55,47,25). Sum of RGB (Red+Green+Blue) = 55+47+25=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 55 - color contains mainly: red. Hex color #372F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372F19 is #C8D0E6. Grayscale: #2E2E2E. Windows color (decimal): -13160679 or 1650487. OLE color: 1650487.
HSL color Cylindrical-coordinate representation of color #372F19: hue angle of 44º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #372F19 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 47 | 25 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.78 |
| HSL | 44º | 0.38% | 0.16% | - |
| HSV(B) | 44º | 0.55% | 0.22% | - |
| XYZ | 2.77 | 2.92 | 1.34 | - |
| YUV | 46.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 25 | 0 | 0.15 | 0.55 | 0.78 | 44 | 0.38 | 0.16 |
| Hex | 37 | 2F | 19 | 0 | F | 37 | 4E | 2C | 26 | 10 |
| Octal | 67 | 57 | 31 | 0 | 17 | 67 | 116 | 54 | 46 | 20 |
| Binary | 110111 | 101111 | 11001 | 0 | 1111 | 110111 | 1001110 | 101100 | 100110 | 10000 |
Color Harmonies of #372F19
Complementary color
Monochromatic Colors of #372F19
Black with #372F19
Text Example
Text Example
White with #372F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F19; }
p { color: rgb(55,47,25); }
H1.HeaderClassName
{
color: #372F19;
}
.AnyTagClassName
{
color: #372F19;
}
</style>
background-color css
<style>
a { background-color: #372F19; }
a { background-color: rgb(55,47,25); }
div.DivClassName
{
background-color: #372F19;
}
.BgClassName
{
background-color: #372F19;
}
</style>
border-color css
<style>
span { border-color: #372F19; }
span { border-color: rgb(55,47,25); }
td.TdClassName
{
border-color: #372F19;
}
.TagClassName
{
border-color: #372F19;
}
</style>