Shades of Mikado #3D2B00
Tints of Mikado #3D2B00
RGB
CMYK
RGB Variations
Color information
#3D2B00 (or 0x3D2B00) is known color: Mikado. HEX triplet: 3D, 2B and 00. RGB value is (61,43,0). Sum of RGB (Red+Green+Blue) = 61+43+0=104 (13% of max value = 765). Red value is 61 (24.22% from 255 or 58.65% from 104); Green value is 43 (17.19% from 255 or 41.35% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2B00 is #C2D4FF. Grayscale: #2B2B2B. Windows color (decimal): -12768512 or 11069. OLE color: 11069.
HSL color Cylindrical-coordinate representation of color #3D2B00: hue angle of 42.3º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D2B00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 43 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.76 |
| HSL | 42.3º | 1% | 0.12% | - |
| HSV(B) | 42.3º | 1% | 0.24% | - |
| XYZ | 2.79 | 2.72 | 0.38 | - |
| YUV | 43.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 43 | 0 | 0 | 0.30 | 1 | 0.76 | 42.3 | 1 | 0.12 |
| Hex | 3D | 2B | 0 | 0 | 1E | 64 | 4C | 2A | 64 | C |
| Octal | 75 | 53 | 0 | 0 | 36 | 144 | 114 | 52 | 144 | 14 |
| Binary | 111101 | 101011 | 0 | 0 | 11110 | 1100100 | 1001100 | 101010 | 1100100 | 1100 |
Color Harmonies of #3D2B00
Complementary color
Monochromatic Colors of #3D2B00
Black with #3D2B00
Text Example
Text Example
White with #3D2B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2B00; }
p { color: rgb(61,43,0); }
H1.HeaderClassName
{
color: #3D2B00;
}
.AnyTagClassName
{
color: #3D2B00;
}
</style>
background-color css
<style>
a { background-color: #3D2B00; }
a { background-color: rgb(61,43,0); }
div.DivClassName
{
background-color: #3D2B00;
}
.BgClassName
{
background-color: #3D2B00;
}
</style>
border-color css
<style>
span { border-color: #3D2B00; }
span { border-color: rgb(61,43,0); }
td.TdClassName
{
border-color: #3D2B00;
}
.TagClassName
{
border-color: #3D2B00;
}
</style>