Shades of Mikado #3D3619
Tints of Mikado #3D3619
RGB
CMYK
RGB Variations
Color information
#3D3619 (or 0x3D3619) is known color: Mikado. HEX triplet: 3D, 36 and 19. RGB value is (61,54,25). Sum of RGB (Red+Green+Blue) = 61+54+25=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3619 is #C2C9E6. Grayscale: #343434. Windows color (decimal): -12765671 or 1652285. OLE color: 1652285.
HSL color Cylindrical-coordinate representation of color #3D3619: hue angle of 48.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D3619 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 54 | 25 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.76 |
| HSL | 48.33º | 0.42% | 0.17% | - |
| HSV(B) | 48.33º | 0.59% | 0.24% | - |
| XYZ | 3.42 | 3.7 | 1.45 | - |
| YUV | 52.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 25 | 0 | 0.11 | 0.59 | 0.76 | 48.33 | 0.42 | 0.17 |
| Hex | 3D | 36 | 19 | 0 | B | 3B | 4C | 30 | 2A | 11 |
| Octal | 75 | 66 | 31 | 0 | 13 | 73 | 114 | 60 | 52 | 21 |
| Binary | 111101 | 110110 | 11001 | 0 | 1011 | 111011 | 1001100 | 110000 | 101010 | 10001 |
Color Harmonies of #3D3619
Complementary color
Monochromatic Colors of #3D3619
Black with #3D3619
Text Example
Text Example
White with #3D3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3619; }
p { color: rgb(61,54,25); }
H1.HeaderClassName
{
color: #3D3619;
}
.AnyTagClassName
{
color: #3D3619;
}
</style>
background-color css
<style>
a { background-color: #3D3619; }
a { background-color: rgb(61,54,25); }
div.DivClassName
{
background-color: #3D3619;
}
.BgClassName
{
background-color: #3D3619;
}
</style>
border-color css
<style>
span { border-color: #3D3619; }
span { border-color: rgb(61,54,25); }
td.TdClassName
{
border-color: #3D3619;
}
.TagClassName
{
border-color: #3D3619;
}
</style>