Shades of Mikado #3D330A
Tints of Mikado #3D330A
RGB
CMYK
RGB Variations
Color information
#3D330A (or 0x3D330A) is known color: Mikado. HEX triplet: 3D, 33 and 0A. RGB value is (61,51,10). Sum of RGB (Red+Green+Blue) = 61+51+10=122 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 61 - color contains mainly: red. Hex color #3D330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D330A is #C2CCF5. Grayscale: #313131. Windows color (decimal): -12766454 or 668477. OLE color: 668477.
HSL color Cylindrical-coordinate representation of color #3D330A: hue angle of 48.24º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D330A is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 51 | 10 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.76 |
| HSL | 48.24º | 0.72% | 0.14% | - |
| HSV(B) | 48.24º | 0.84% | 0.24% | - |
| XYZ | 3.16 | 3.38 | 0.77 | - |
| YUV | 49.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 10 | 0 | 0.16 | 0.84 | 0.76 | 48.24 | 0.72 | 0.14 |
| Hex | 3D | 33 | A | 0 | 10 | 54 | 4C | 30 | 48 | E |
| Octal | 75 | 63 | 12 | 0 | 20 | 124 | 114 | 60 | 110 | 16 |
| Binary | 111101 | 110011 | 1010 | 0 | 10000 | 1010100 | 1001100 | 110000 | 1001000 | 1110 |
Color Harmonies of #3D330A
Complementary color
Monochromatic Colors of #3D330A
Black with #3D330A
Text Example
Text Example
White with #3D330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D330A; }
p { color: rgb(61,51,10); }
H1.HeaderClassName
{
color: #3D330A;
}
.AnyTagClassName
{
color: #3D330A;
}
</style>
background-color css
<style>
a { background-color: #3D330A; }
a { background-color: rgb(61,51,10); }
div.DivClassName
{
background-color: #3D330A;
}
.BgClassName
{
background-color: #3D330A;
}
</style>
border-color css
<style>
span { border-color: #3D330A; }
span { border-color: rgb(61,51,10); }
td.TdClassName
{
border-color: #3D330A;
}
.TagClassName
{
border-color: #3D330A;
}
</style>