Shades of Mikado #3D3507
Tints of Mikado #3D3507
RGB
CMYK
RGB Variations
Color information
#3D3507 (or 0x3D3507) is known color: Mikado. HEX triplet: 3D, 35 and 07. RGB value is (61,53,7). Sum of RGB (Red+Green+Blue) = 61+53+7=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3507 is #C2CAF8. Grayscale: #323232. Windows color (decimal): -12765945 or 472381. OLE color: 472381.
HSL color Cylindrical-coordinate representation of color #3D3507: hue angle of 51.11º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D3507 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 53 | 7 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.76 |
| HSL | 51.11º | 0.79% | 0.13% | - |
| HSV(B) | 51.11º | 0.89% | 0.24% | - |
| XYZ | 3.24 | 3.55 | 0.72 | - |
| YUV | 50.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 7 | 0 | 0.13 | 0.89 | 0.76 | 51.11 | 0.79 | 0.13 |
| Hex | 3D | 35 | 7 | 0 | D | 59 | 4C | 33 | 4F | D |
| Octal | 75 | 65 | 7 | 0 | 15 | 131 | 114 | 63 | 117 | 15 |
| Binary | 111101 | 110101 | 111 | 0 | 1101 | 1011001 | 1001100 | 110011 | 1001111 | 1101 |
Color Harmonies of #3D3507
Complementary color
Monochromatic Colors of #3D3507
Black with #3D3507
Text Example
Text Example
White with #3D3507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3507; }
p { color: rgb(61,53,7); }
H1.HeaderClassName
{
color: #3D3507;
}
.AnyTagClassName
{
color: #3D3507;
}
</style>
background-color css
<style>
a { background-color: #3D3507; }
a { background-color: rgb(61,53,7); }
div.DivClassName
{
background-color: #3D3507;
}
.BgClassName
{
background-color: #3D3507;
}
</style>
border-color css
<style>
span { border-color: #3D3507; }
span { border-color: rgb(61,53,7); }
td.TdClassName
{
border-color: #3D3507;
}
.TagClassName
{
border-color: #3D3507;
}
</style>