Shades of Mikado #3D341B
Tints of Mikado #3D341B
RGB
CMYK
RGB Variations
Color information
#3D341B (or 0x3D341B) is known color: Mikado. HEX triplet: 3D, 34 and 1B. RGB value is (61,52,27). Sum of RGB (Red+Green+Blue) = 61+52+27=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 61 - color contains mainly: red. Hex color #3D341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D341B is #C2CBE4. Grayscale: #333333. Windows color (decimal): -12766181 or 1782845. OLE color: 1782845.
HSL color Cylindrical-coordinate representation of color #3D341B: hue angle of 44.12º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D341B is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 52 | 27 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.76 |
| HSL | 44.12º | 0.39% | 0.17% | - |
| HSV(B) | 44.12º | 0.56% | 0.24% | - |
| XYZ | 3.35 | 3.53 | 1.54 | - |
| YUV | 51.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 27 | 0 | 0.15 | 0.56 | 0.76 | 44.12 | 0.39 | 0.17 |
| Hex | 3D | 34 | 1B | 0 | F | 38 | 4C | 2C | 27 | 11 |
| Octal | 75 | 64 | 33 | 0 | 17 | 70 | 114 | 54 | 47 | 21 |
| Binary | 111101 | 110100 | 11011 | 0 | 1111 | 111000 | 1001100 | 101100 | 100111 | 10001 |
Color Harmonies of #3D341B
Complementary color
Monochromatic Colors of #3D341B
Black with #3D341B
Text Example
Text Example
White with #3D341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D341B; }
p { color: rgb(61,52,27); }
H1.HeaderClassName
{
color: #3D341B;
}
.AnyTagClassName
{
color: #3D341B;
}
</style>
background-color css
<style>
a { background-color: #3D341B; }
a { background-color: rgb(61,52,27); }
div.DivClassName
{
background-color: #3D341B;
}
.BgClassName
{
background-color: #3D341B;
}
</style>
border-color css
<style>
span { border-color: #3D341B; }
span { border-color: rgb(61,52,27); }
td.TdClassName
{
border-color: #3D341B;
}
.TagClassName
{
border-color: #3D341B;
}
</style>