Shades of Mikado #3D2C03
Tints of Mikado #3D2C03
RGB
CMYK
RGB Variations
Color information
#3D2C03 (or 0x3D2C03) is known color: Mikado. HEX triplet: 3D, 2C and 03. RGB value is (61,44,3). Sum of RGB (Red+Green+Blue) = 61+44+3=108 (14% of max value = 765). Red value is 61 (24.22% from 255 or 56.48% from 108); Green value is 44 (17.58% from 255 or 40.74% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2C03 is #C2D3FC. Grayscale: #2C2C2C. Windows color (decimal): -12768253 or 207933. OLE color: 207933.
HSL color Cylindrical-coordinate representation of color #3D2C03: hue angle of 42.41º 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 #3D2C03 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 44 | 3 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.76 |
| HSL | 42.41º | 0.91% | 0.13% | - |
| HSV(B) | 42.41º | 0.95% | 0.24% | - |
| XYZ | 2.84 | 2.8 | 0.48 | - |
| YUV | 44.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 3 | 0 | 0.28 | 0.95 | 0.76 | 42.41 | 0.91 | 0.13 |
| Hex | 3D | 2C | 3 | 0 | 1C | 5F | 4C | 2A | 5B | D |
| Octal | 75 | 54 | 3 | 0 | 34 | 137 | 114 | 52 | 133 | 15 |
| Binary | 111101 | 101100 | 11 | 0 | 11100 | 1011111 | 1001100 | 101010 | 1011011 | 1101 |
Color Harmonies of #3D2C03
Complementary color
Monochromatic Colors of #3D2C03
Black with #3D2C03
Text Example
Text Example
White with #3D2C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C03; }
p { color: rgb(61,44,3); }
H1.HeaderClassName
{
color: #3D2C03;
}
.AnyTagClassName
{
color: #3D2C03;
}
</style>
background-color css
<style>
a { background-color: #3D2C03; }
a { background-color: rgb(61,44,3); }
div.DivClassName
{
background-color: #3D2C03;
}
.BgClassName
{
background-color: #3D2C03;
}
</style>
border-color css
<style>
span { border-color: #3D2C03; }
span { border-color: rgb(61,44,3); }
td.TdClassName
{
border-color: #3D2C03;
}
.TagClassName
{
border-color: #3D2C03;
}
</style>