Shades of Mikado #3B3202
Tints of Mikado #3B3202
RGB
CMYK
RGB Variations
Color information
#3B3202 (or 0x3B3202) is known color: Mikado. HEX triplet: 3B, 32 and 02. RGB value is (59,50,2). Sum of RGB (Red+Green+Blue) = 59+50+2=111 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.15% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3202 is #C4CDFD. Grayscale: #2F2F2F. Windows color (decimal): -12897790 or 143931. OLE color: 143931.
HSL color Cylindrical-coordinate representation of color #3B3202: hue angle of 50.53º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B3202 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 50 | 2 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.77 |
| HSL | 50.53º | 0.93% | 0.12% | - |
| HSV(B) | 50.53º | 0.97% | 0.23% | - |
| XYZ | 2.96 | 3.22 | 0.52 | - |
| YUV | 47.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 2 | 0 | 0.15 | 0.97 | 0.77 | 50.53 | 0.93 | 0.12 |
| Hex | 3B | 32 | 2 | 0 | F | 61 | 4D | 33 | 5D | C |
| Octal | 73 | 62 | 2 | 0 | 17 | 141 | 115 | 63 | 135 | 14 |
| Binary | 111011 | 110010 | 10 | 0 | 1111 | 1100001 | 1001101 | 110011 | 1011101 | 1100 |
Color Harmonies of #3B3202
Complementary color
Monochromatic Colors of #3B3202
Black with #3B3202
Text Example
Text Example
White with #3B3202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3202; }
p { color: rgb(59,50,2); }
H1.HeaderClassName
{
color: #3B3202;
}
.AnyTagClassName
{
color: #3B3202;
}
</style>
background-color css
<style>
a { background-color: #3B3202; }
a { background-color: rgb(59,50,2); }
div.DivClassName
{
background-color: #3B3202;
}
.BgClassName
{
background-color: #3B3202;
}
</style>
border-color css
<style>
span { border-color: #3B3202; }
span { border-color: rgb(59,50,2); }
td.TdClassName
{
border-color: #3B3202;
}
.TagClassName
{
border-color: #3B3202;
}
</style>