Shades of Mikado #3A3008
Tints of Mikado #3A3008
RGB
CMYK
RGB Variations
Color information
#3A3008 (or 0x3A3008) is known color: Mikado. HEX triplet: 3A, 30 and 08. RGB value is (58,48,8). Sum of RGB (Red+Green+Blue) = 58+48+8=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3008 is #C5CFF7. Grayscale: #2E2E2E. Windows color (decimal): -12963832 or 536634. OLE color: 536634.
HSL color Cylindrical-coordinate representation of color #3A3008: hue angle of 48º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A3008 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 48 | 8 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.77 |
| HSL | 48º | 0.76% | 0.13% | - |
| HSV(B) | 48º | 0.86% | 0.23% | - |
| XYZ | 2.85 | 3.03 | 0.66 | - |
| YUV | 46.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 8 | 0 | 0.17 | 0.86 | 0.77 | 48 | 0.76 | 0.13 |
| Hex | 3A | 30 | 8 | 0 | 11 | 56 | 4D | 30 | 4C | D |
| Octal | 72 | 60 | 10 | 0 | 21 | 126 | 115 | 60 | 114 | 15 |
| Binary | 111010 | 110000 | 1000 | 0 | 10001 | 1010110 | 1001101 | 110000 | 1001100 | 1101 |
Color Harmonies of #3A3008
Complementary color
Monochromatic Colors of #3A3008
Black with #3A3008
Text Example
Text Example
White with #3A3008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3008; }
p { color: rgb(58,48,8); }
H1.HeaderClassName
{
color: #3A3008;
}
.AnyTagClassName
{
color: #3A3008;
}
</style>
background-color css
<style>
a { background-color: #3A3008; }
a { background-color: rgb(58,48,8); }
div.DivClassName
{
background-color: #3A3008;
}
.BgClassName
{
background-color: #3A3008;
}
</style>
border-color css
<style>
span { border-color: #3A3008; }
span { border-color: rgb(58,48,8); }
td.TdClassName
{
border-color: #3A3008;
}
.TagClassName
{
border-color: #3A3008;
}
</style>