Shades of Mikado #3B2D0A
Tints of Mikado #3B2D0A
RGB
CMYK
RGB Variations
Color information
#3B2D0A (or 0x3B2D0A) is known color: Mikado. HEX triplet: 3B, 2D and 0A. RGB value is (59,45,10). Sum of RGB (Red+Green+Blue) = 59+45+10=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2D0A is #C4D2F5. Grayscale: #2D2D2D. Windows color (decimal): -12899062 or 666939. OLE color: 666939.
HSL color Cylindrical-coordinate representation of color #3B2D0A: hue angle of 42.86º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B2D0A is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 45 | 10 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.77 |
| HSL | 42.86º | 0.71% | 0.14% | - |
| HSV(B) | 42.86º | 0.83% | 0.23% | - |
| XYZ | 2.8 | 2.83 | 0.69 | - |
| YUV | 45.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 10 | 0 | 0.24 | 0.83 | 0.77 | 42.86 | 0.71 | 0.14 |
| Hex | 3B | 2D | A | 0 | 18 | 53 | 4D | 2B | 47 | E |
| Octal | 73 | 55 | 12 | 0 | 30 | 123 | 115 | 53 | 107 | 16 |
| Binary | 111011 | 101101 | 1010 | 0 | 11000 | 1010011 | 1001101 | 101011 | 1000111 | 1110 |
Color Harmonies of #3B2D0A
Complementary color
Monochromatic Colors of #3B2D0A
Black with #3B2D0A
Text Example
Text Example
White with #3B2D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2D0A; }
p { color: rgb(59,45,10); }
H1.HeaderClassName
{
color: #3B2D0A;
}
.AnyTagClassName
{
color: #3B2D0A;
}
</style>
background-color css
<style>
a { background-color: #3B2D0A; }
a { background-color: rgb(59,45,10); }
div.DivClassName
{
background-color: #3B2D0A;
}
.BgClassName
{
background-color: #3B2D0A;
}
</style>
border-color css
<style>
span { border-color: #3B2D0A; }
span { border-color: rgb(59,45,10); }
td.TdClassName
{
border-color: #3B2D0A;
}
.TagClassName
{
border-color: #3B2D0A;
}
</style>