Shades of Mikado #3D3503
Tints of Mikado #3D3503
RGB
CMYK
RGB Variations
Color information
#3D3503 (or 0x3D3503) is known color: Mikado. HEX triplet: 3D, 35 and 03. RGB value is (61,53,3). Sum of RGB (Red+Green+Blue) = 61+53+3=117 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.14% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3503 is #C2CAFC. Grayscale: #313131. Windows color (decimal): -12765949 or 210237. OLE color: 210237.
HSL color Cylindrical-coordinate representation of color #3D3503: hue angle of 51.72º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D3503 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 53 | 3 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.76 |
| HSL | 51.72º | 0.91% | 0.13% | - |
| HSV(B) | 51.72º | 0.95% | 0.24% | - |
| XYZ | 3.21 | 3.54 | 0.6 | - |
| YUV | 49.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 3 | 0 | 0.13 | 0.95 | 0.76 | 51.72 | 0.91 | 0.13 |
| Hex | 3D | 35 | 3 | 0 | D | 5F | 4C | 34 | 5B | D |
| Octal | 75 | 65 | 3 | 0 | 15 | 137 | 114 | 64 | 133 | 15 |
| Binary | 111101 | 110101 | 11 | 0 | 1101 | 1011111 | 1001100 | 110100 | 1011011 | 1101 |
Color Harmonies of #3D3503
Complementary color
Monochromatic Colors of #3D3503
Black with #3D3503
Text Example
Text Example
White with #3D3503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3503; }
p { color: rgb(61,53,3); }
H1.HeaderClassName
{
color: #3D3503;
}
.AnyTagClassName
{
color: #3D3503;
}
</style>
background-color css
<style>
a { background-color: #3D3503; }
a { background-color: rgb(61,53,3); }
div.DivClassName
{
background-color: #3D3503;
}
.BgClassName
{
background-color: #3D3503;
}
</style>
border-color css
<style>
span { border-color: #3D3503; }
span { border-color: rgb(61,53,3); }
td.TdClassName
{
border-color: #3D3503;
}
.TagClassName
{
border-color: #3D3503;
}
</style>