Shades of Mikado #3B3503
Tints of Mikado #3B3503
RGB
CMYK
RGB Variations
Color information
#3B3503 (or 0x3B3503) is known color: Mikado. HEX triplet: 3B, 35 and 03. RGB value is (59,53,3). Sum of RGB (Red+Green+Blue) = 59+53+3=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3503 is #C4CAFC. Grayscale: #313131. Windows color (decimal): -12897021 or 210235. OLE color: 210235.
HSL color Cylindrical-coordinate representation of color #3B3503: hue angle of 53.57º 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 #3B3503 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 53 | 3 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.77 |
| HSL | 53.57º | 0.9% | 0.12% | - |
| HSV(B) | 53.57º | 0.95% | 0.23% | - |
| XYZ | 3.09 | 3.48 | 0.6 | - |
| YUV | 49.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 3 | 0 | 0.10 | 0.95 | 0.77 | 53.57 | 0.9 | 0.12 |
| Hex | 3B | 35 | 3 | 0 | A | 5F | 4D | 36 | 5A | C |
| Octal | 73 | 65 | 3 | 0 | 12 | 137 | 115 | 66 | 132 | 14 |
| Binary | 111011 | 110101 | 11 | 0 | 1010 | 1011111 | 1001101 | 110110 | 1011010 | 1100 |
Color Harmonies of #3B3503
Complementary color
Monochromatic Colors of #3B3503
Black with #3B3503
Text Example
Text Example
White with #3B3503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3503; }
p { color: rgb(59,53,3); }
H1.HeaderClassName
{
color: #3B3503;
}
.AnyTagClassName
{
color: #3B3503;
}
</style>
background-color css
<style>
a { background-color: #3B3503; }
a { background-color: rgb(59,53,3); }
div.DivClassName
{
background-color: #3B3503;
}
.BgClassName
{
background-color: #3B3503;
}
</style>
border-color css
<style>
span { border-color: #3B3503; }
span { border-color: rgb(59,53,3); }
td.TdClassName
{
border-color: #3B3503;
}
.TagClassName
{
border-color: #3B3503;
}
</style>