Shades of Mikado #3B2D06
Tints of Mikado #3B2D06
RGB
CMYK
RGB Variations
Color information
#3B2D06 (or 0x3B2D06) is known color: Mikado. HEX triplet: 3B, 2D and 06. RGB value is (59,45,6). Sum of RGB (Red+Green+Blue) = 59+45+6=110 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.64% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2D06 is #C4D2F9. Grayscale: #2C2C2C. Windows color (decimal): -12899066 or 404795. OLE color: 404795.
HSL color Cylindrical-coordinate representation of color #3B2D06: hue angle of 44.15º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B2D06 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 45 | 6 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.77 |
| HSL | 44.15º | 0.82% | 0.13% | - |
| HSV(B) | 44.15º | 0.9% | 0.23% | - |
| XYZ | 2.77 | 2.82 | 0.57 | - |
| YUV | 44.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 6 | 0 | 0.24 | 0.90 | 0.77 | 44.15 | 0.82 | 0.13 |
| Hex | 3B | 2D | 6 | 0 | 18 | 5A | 4D | 2C | 52 | D |
| Octal | 73 | 55 | 6 | 0 | 30 | 132 | 115 | 54 | 122 | 15 |
| Binary | 111011 | 101101 | 110 | 0 | 11000 | 1011010 | 1001101 | 101100 | 1010010 | 1101 |
Color Harmonies of #3B2D06
Complementary color
Monochromatic Colors of #3B2D06
Black with #3B2D06
Text Example
Text Example
White with #3B2D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2D06; }
p { color: rgb(59,45,6); }
H1.HeaderClassName
{
color: #3B2D06;
}
.AnyTagClassName
{
color: #3B2D06;
}
</style>
background-color css
<style>
a { background-color: #3B2D06; }
a { background-color: rgb(59,45,6); }
div.DivClassName
{
background-color: #3B2D06;
}
.BgClassName
{
background-color: #3B2D06;
}
</style>
border-color css
<style>
span { border-color: #3B2D06; }
span { border-color: rgb(59,45,6); }
td.TdClassName
{
border-color: #3B2D06;
}
.TagClassName
{
border-color: #3B2D06;
}
</style>