Shades of Mikado #3B3403
Tints of Mikado #3B3403
RGB
CMYK
RGB Variations
Color information
#3B3403 (or 0x3B3403) is known color: Mikado. HEX triplet: 3B, 34 and 03. RGB value is (59,52,3). Sum of RGB (Red+Green+Blue) = 59+52+3=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3403 is #C4CBFC. Grayscale: #303030. Windows color (decimal): -12897277 or 209979. OLE color: 209979.
HSL color Cylindrical-coordinate representation of color #3B3403: hue angle of 52.5º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B3403 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 52 | 3 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.77 |
| HSL | 52.5º | 0.9% | 0.12% | - |
| HSV(B) | 52.5º | 0.95% | 0.23% | - |
| XYZ | 3.05 | 3.39 | 0.58 | - |
| YUV | 48.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 52 | 3 | 0 | 0.12 | 0.95 | 0.77 | 52.5 | 0.9 | 0.12 |
| Hex | 3B | 34 | 3 | 0 | C | 5F | 4D | 34 | 5A | C |
| Octal | 73 | 64 | 3 | 0 | 14 | 137 | 115 | 64 | 132 | 14 |
| Binary | 111011 | 110100 | 11 | 0 | 1100 | 1011111 | 1001101 | 110100 | 1011010 | 1100 |
Color Harmonies of #3B3403
Complementary color
Monochromatic Colors of #3B3403
Black with #3B3403
Text Example
Text Example
White with #3B3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3403; }
p { color: rgb(59,52,3); }
H1.HeaderClassName
{
color: #3B3403;
}
.AnyTagClassName
{
color: #3B3403;
}
</style>
background-color css
<style>
a { background-color: #3B3403; }
a { background-color: rgb(59,52,3); }
div.DivClassName
{
background-color: #3B3403;
}
.BgClassName
{
background-color: #3B3403;
}
</style>
border-color css
<style>
span { border-color: #3B3403; }
span { border-color: rgb(59,52,3); }
td.TdClassName
{
border-color: #3B3403;
}
.TagClassName
{
border-color: #3B3403;
}
</style>