Shades of Mikado #372D0C
Tints of Mikado #372D0C
RGB
CMYK
RGB Variations
Color information
#372D0C (or 0x372D0C) is known color: Mikado. HEX triplet: 37, 2D and 0C. RGB value is (55,45,12). Sum of RGB (Red+Green+Blue) = 55+45+12=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #372D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D0C is #C8D2F3. Grayscale: #2C2C2C. Windows color (decimal): -13161204 or 798007. OLE color: 798007.
HSL color Cylindrical-coordinate representation of color #372D0C: hue angle of 46.05º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #372D0C is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 45 | 12 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.78 |
| HSL | 46.05º | 0.64% | 0.13% | - |
| HSV(B) | 46.05º | 0.78% | 0.22% | - |
| XYZ | 2.58 | 2.72 | 0.74 | - |
| YUV | 44.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 12 | 0 | 0.18 | 0.78 | 0.78 | 46.05 | 0.64 | 0.13 |
| Hex | 37 | 2D | C | 0 | 12 | 4E | 4E | 2E | 40 | D |
| Octal | 67 | 55 | 14 | 0 | 22 | 116 | 116 | 56 | 100 | 15 |
| Binary | 110111 | 101101 | 1100 | 0 | 10010 | 1001110 | 1001110 | 101110 | 1000000 | 1101 |
Color Harmonies of #372D0C
Complementary color
Monochromatic Colors of #372D0C
Black with #372D0C
Text Example
Text Example
White with #372D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D0C; }
p { color: rgb(55,45,12); }
H1.HeaderClassName
{
color: #372D0C;
}
.AnyTagClassName
{
color: #372D0C;
}
</style>
background-color css
<style>
a { background-color: #372D0C; }
a { background-color: rgb(55,45,12); }
div.DivClassName
{
background-color: #372D0C;
}
.BgClassName
{
background-color: #372D0C;
}
</style>
border-color css
<style>
span { border-color: #372D0C; }
span { border-color: rgb(55,45,12); }
td.TdClassName
{
border-color: #372D0C;
}
.TagClassName
{
border-color: #372D0C;
}
</style>