Shades of Mikado #3A2D00
Tints of Mikado #3A2D00
RGB
CMYK
RGB Variations
Color information
#3A2D00 (or 0x3A2D00) is known color: Mikado. HEX triplet: 3A, 2D and 00. RGB value is (58,45,0). Sum of RGB (Red+Green+Blue) = 58+45+0=103 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.31% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2D00 is #C5D2FF. Grayscale: #2B2B2B. Windows color (decimal): -12964608 or 11578. OLE color: 11578.
HSL color Cylindrical-coordinate representation of color #3A2D00: hue angle of 46.55º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A2D00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 45 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.77 |
| HSL | 46.55º | 1% | 0.11% | - |
| HSV(B) | 46.55º | 1% | 0.23% | - |
| XYZ | 2.68 | 2.78 | 0.39 | - |
| YUV | 43.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 45 | 0 | 0 | 0.22 | 1 | 0.77 | 46.55 | 1 | 0.11 |
| Hex | 3A | 2D | 0 | 0 | 16 | 64 | 4D | 2F | 64 | B |
| Octal | 72 | 55 | 0 | 0 | 26 | 144 | 115 | 57 | 144 | 13 |
| Binary | 111010 | 101101 | 0 | 0 | 10110 | 1100100 | 1001101 | 101111 | 1100100 | 1011 |
Color Harmonies of #3A2D00
Complementary color
Monochromatic Colors of #3A2D00
Black with #3A2D00
Text Example
Text Example
White with #3A2D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2D00; }
p { color: rgb(58,45,0); }
H1.HeaderClassName
{
color: #3A2D00;
}
.AnyTagClassName
{
color: #3A2D00;
}
</style>
background-color css
<style>
a { background-color: #3A2D00; }
a { background-color: rgb(58,45,0); }
div.DivClassName
{
background-color: #3A2D00;
}
.BgClassName
{
background-color: #3A2D00;
}
</style>
border-color css
<style>
span { border-color: #3A2D00; }
span { border-color: rgb(58,45,0); }
td.TdClassName
{
border-color: #3A2D00;
}
.TagClassName
{
border-color: #3A2D00;
}
</style>