Shades of Mikado #372F1A
Tints of Mikado #372F1A
RGB
CMYK
RGB Variations
Color information
#372F1A (or 0x372F1A) is known color: Mikado. HEX triplet: 37, 2F and 1A. RGB value is (55,47,26). Sum of RGB (Red+Green+Blue) = 55+47+26=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #372F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F1A is #C8D0E5. Grayscale: #2F2F2F. Windows color (decimal): -13160678 or 1716023. OLE color: 1716023.
HSL color Cylindrical-coordinate representation of color #372F1A: hue angle of 43.45º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #372F1A is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 47 | 26 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.78 |
| HSL | 43.45º | 0.36% | 0.16% | - |
| HSV(B) | 43.45º | 0.53% | 0.22% | - |
| XYZ | 2.78 | 2.92 | 1.39 | - |
| YUV | 47 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 26 | 0 | 0.15 | 0.53 | 0.78 | 43.45 | 0.36 | 0.16 |
| Hex | 37 | 2F | 1A | 0 | F | 35 | 4E | 2B | 24 | 10 |
| Octal | 67 | 57 | 32 | 0 | 17 | 65 | 116 | 53 | 44 | 20 |
| Binary | 110111 | 101111 | 11010 | 0 | 1111 | 110101 | 1001110 | 101011 | 100100 | 10000 |
Color Harmonies of #372F1A
Complementary color
Monochromatic Colors of #372F1A
Black with #372F1A
Text Example
Text Example
White with #372F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F1A; }
p { color: rgb(55,47,26); }
H1.HeaderClassName
{
color: #372F1A;
}
.AnyTagClassName
{
color: #372F1A;
}
</style>
background-color css
<style>
a { background-color: #372F1A; }
a { background-color: rgb(55,47,26); }
div.DivClassName
{
background-color: #372F1A;
}
.BgClassName
{
background-color: #372F1A;
}
</style>
border-color css
<style>
span { border-color: #372F1A; }
span { border-color: rgb(55,47,26); }
td.TdClassName
{
border-color: #372F1A;
}
.TagClassName
{
border-color: #372F1A;
}
</style>