Shades of Mikado #3A3308
Tints of Mikado #3A3308
RGB
CMYK
RGB Variations
Color information
#3A3308 (or 0x3A3308) is known color: Mikado. HEX triplet: 3A, 33 and 08. RGB value is (58,51,8). Sum of RGB (Red+Green+Blue) = 58+51+8=117 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.57% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3308 is #C5CCF7. Grayscale: #303030. Windows color (decimal): -12963064 or 537402. OLE color: 537402.
HSL color Cylindrical-coordinate representation of color #3A3308: hue angle of 51.6º 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 #3A3308 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 51 | 8 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.77 |
| HSL | 51.6º | 0.76% | 0.13% | - |
| HSV(B) | 51.6º | 0.86% | 0.23% | - |
| XYZ | 2.97 | 3.28 | 0.71 | - |
| YUV | 48.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 8 | 0 | 0.12 | 0.86 | 0.77 | 51.6 | 0.76 | 0.13 |
| Hex | 3A | 33 | 8 | 0 | C | 56 | 4D | 34 | 4C | D |
| Octal | 72 | 63 | 10 | 0 | 14 | 126 | 115 | 64 | 114 | 15 |
| Binary | 111010 | 110011 | 1000 | 0 | 1100 | 1010110 | 1001101 | 110100 | 1001100 | 1101 |
Color Harmonies of #3A3308
Complementary color
Monochromatic Colors of #3A3308
Black with #3A3308
Text Example
Text Example
White with #3A3308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3308; }
p { color: rgb(58,51,8); }
H1.HeaderClassName
{
color: #3A3308;
}
.AnyTagClassName
{
color: #3A3308;
}
</style>
background-color css
<style>
a { background-color: #3A3308; }
a { background-color: rgb(58,51,8); }
div.DivClassName
{
background-color: #3A3308;
}
.BgClassName
{
background-color: #3A3308;
}
</style>
border-color css
<style>
span { border-color: #3A3308; }
span { border-color: rgb(58,51,8); }
td.TdClassName
{
border-color: #3A3308;
}
.TagClassName
{
border-color: #3A3308;
}
</style>