Shades of Mikado #3B360A
Tints of Mikado #3B360A
RGB
CMYK
RGB Variations
Color information
#3B360A (or 0x3B360A) is known color: Mikado. HEX triplet: 3B, 36 and 0A. RGB value is (59,54,10). Sum of RGB (Red+Green+Blue) = 59+54+10=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B360A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B360A is #C4C9F5. Grayscale: #323232. Windows color (decimal): -12896758 or 669243. OLE color: 669243.
HSL color Cylindrical-coordinate representation of color #3B360A: hue angle of 53.88º 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 #3B360A is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 10 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.77 |
| HSL | 53.88º | 0.71% | 0.14% | - |
| HSV(B) | 53.88º | 0.83% | 0.23% | - |
| XYZ | 3.18 | 3.59 | 0.81 | - |
| YUV | 50.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 10 | 0 | 0.08 | 0.83 | 0.77 | 53.88 | 0.71 | 0.14 |
| Hex | 3B | 36 | A | 0 | 8 | 53 | 4D | 36 | 47 | E |
| Octal | 73 | 66 | 12 | 0 | 10 | 123 | 115 | 66 | 107 | 16 |
| Binary | 111011 | 110110 | 1010 | 0 | 1000 | 1010011 | 1001101 | 110110 | 1000111 | 1110 |
Color Harmonies of #3B360A
Complementary color
Monochromatic Colors of #3B360A
Black with #3B360A
Text Example
Text Example
White with #3B360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B360A; }
p { color: rgb(59,54,10); }
H1.HeaderClassName
{
color: #3B360A;
}
.AnyTagClassName
{
color: #3B360A;
}
</style>
background-color css
<style>
a { background-color: #3B360A; }
a { background-color: rgb(59,54,10); }
div.DivClassName
{
background-color: #3B360A;
}
.BgClassName
{
background-color: #3B360A;
}
</style>
border-color css
<style>
span { border-color: #3B360A; }
span { border-color: rgb(59,54,10); }
td.TdClassName
{
border-color: #3B360A;
}
.TagClassName
{
border-color: #3B360A;
}
</style>