Shades of Mikado #3D320C
Tints of Mikado #3D320C
RGB
CMYK
RGB Variations
Color information
#3D320C (or 0x3D320C) is known color: Mikado. HEX triplet: 3D, 32 and 0C. RGB value is (61,50,12). Sum of RGB (Red+Green+Blue) = 61+50+12=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D320C is #C2CDF3. Grayscale: #313131. Windows color (decimal): -12766708 or 799293. OLE color: 799293.
HSL color Cylindrical-coordinate representation of color #3D320C: hue angle of 46.53º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D320C is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 50 | 12 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.76 |
| HSL | 46.53º | 0.67% | 0.14% | - |
| HSV(B) | 46.53º | 0.8% | 0.24% | - |
| XYZ | 3.13 | 3.3 | 0.82 | - |
| YUV | 48.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 12 | 0 | 0.18 | 0.80 | 0.76 | 46.53 | 0.67 | 0.14 |
| Hex | 3D | 32 | C | 0 | 12 | 50 | 4C | 2F | 43 | E |
| Octal | 75 | 62 | 14 | 0 | 22 | 120 | 114 | 57 | 103 | 16 |
| Binary | 111101 | 110010 | 1100 | 0 | 10010 | 1010000 | 1001100 | 101111 | 1000011 | 1110 |
Color Harmonies of #3D320C
Complementary color
Monochromatic Colors of #3D320C
Black with #3D320C
Text Example
Text Example
White with #3D320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D320C; }
p { color: rgb(61,50,12); }
H1.HeaderClassName
{
color: #3D320C;
}
.AnyTagClassName
{
color: #3D320C;
}
</style>
background-color css
<style>
a { background-color: #3D320C; }
a { background-color: rgb(61,50,12); }
div.DivClassName
{
background-color: #3D320C;
}
.BgClassName
{
background-color: #3D320C;
}
</style>
border-color css
<style>
span { border-color: #3D320C; }
span { border-color: rgb(61,50,12); }
td.TdClassName
{
border-color: #3D320C;
}
.TagClassName
{
border-color: #3D320C;
}
</style>