Shades of Mikado #372D0B
Tints of Mikado #372D0B
RGB
CMYK
RGB Variations
Color information
#372D0B (or 0x372D0B) is known color: Mikado. HEX triplet: 37, 2D and 0B. RGB value is (55,45,11). Sum of RGB (Red+Green+Blue) = 55+45+11=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #372D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D0B is #C8D2F4. Grayscale: #2C2C2C. Windows color (decimal): -13161205 or 732471. OLE color: 732471.
HSL color Cylindrical-coordinate representation of color #372D0B: hue angle of 46.36º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #372D0B is Cyan = 0, Magento = 0.18, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 45 | 11 | - |
| CMYK | 0 | 0.18 | 0.8 | 0.78 |
| HSL | 46.36º | 0.67% | 0.13% | - |
| HSV(B) | 46.36º | 0.8% | 0.22% | - |
| XYZ | 2.57 | 2.71 | 0.7 | - |
| YUV | 44.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 11 | 0 | 0.18 | 0.8 | 0.78 | 46.36 | 0.67 | 0.13 |
| Hex | 37 | 2D | B | 0 | 12 | 50 | 4E | 2E | 43 | D |
| Octal | 67 | 55 | 13 | 0 | 22 | 120 | 116 | 56 | 103 | 15 |
| Binary | 110111 | 101101 | 1011 | 0 | 10010 | 1010000 | 1001110 | 101110 | 1000011 | 1101 |
Color Harmonies of #372D0B
Complementary color
Monochromatic Colors of #372D0B
Black with #372D0B
Text Example
Text Example
White with #372D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D0B; }
p { color: rgb(55,45,11); }
H1.HeaderClassName
{
color: #372D0B;
}
.AnyTagClassName
{
color: #372D0B;
}
</style>
background-color css
<style>
a { background-color: #372D0B; }
a { background-color: rgb(55,45,11); }
div.DivClassName
{
background-color: #372D0B;
}
.BgClassName
{
background-color: #372D0B;
}
</style>
border-color css
<style>
span { border-color: #372D0B; }
span { border-color: rgb(55,45,11); }
td.TdClassName
{
border-color: #372D0B;
}
.TagClassName
{
border-color: #372D0B;
}
</style>