Shades of Mikado #3D3423
Tints of Mikado #3D3423
RGB
CMYK
RGB Variations
Color information
#3D3423 (or 0x3D3423) is known color: Mikado. HEX triplet: 3D, 34 and 23. RGB value is (61,52,35). Sum of RGB (Red+Green+Blue) = 61+52+35=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3423 is #C2CBDC. Grayscale: #343434. Windows color (decimal): -12766173 or 2307133. OLE color: 2307133.
HSL color Cylindrical-coordinate representation of color #3D3423: hue angle of 39.23º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D3423 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 52 | 35 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.76 |
| HSL | 39.23º | 0.27% | 0.19% | - |
| HSV(B) | 39.23º | 0.43% | 0.24% | - |
| XYZ | 3.46 | 3.57 | 2.1 | - |
| YUV | 52.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 35 | 0 | 0.15 | 0.43 | 0.76 | 39.23 | 0.27 | 0.19 |
| Hex | 3D | 34 | 23 | 0 | F | 2B | 4C | 27 | 1B | 13 |
| Octal | 75 | 64 | 43 | 0 | 17 | 53 | 114 | 47 | 33 | 23 |
| Binary | 111101 | 110100 | 100011 | 0 | 1111 | 101011 | 1001100 | 100111 | 11011 | 10011 |
Color Harmonies of #3D3423
Complementary color
Monochromatic Colors of #3D3423
Black with #3D3423
Text Example
Text Example
White with #3D3423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3423; }
p { color: rgb(61,52,35); }
H1.HeaderClassName
{
color: #3D3423;
}
.AnyTagClassName
{
color: #3D3423;
}
</style>
background-color css
<style>
a { background-color: #3D3423; }
a { background-color: rgb(61,52,35); }
div.DivClassName
{
background-color: #3D3423;
}
.BgClassName
{
background-color: #3D3423;
}
</style>
border-color css
<style>
span { border-color: #3D3423; }
span { border-color: rgb(61,52,35); }
td.TdClassName
{
border-color: #3D3423;
}
.TagClassName
{
border-color: #3D3423;
}
</style>