Shades of Mikado #3B3208
Tints of Mikado #3B3208
RGB
CMYK
RGB Variations
Color information
#3B3208 (or 0x3B3208) is known color: Mikado. HEX triplet: 3B, 32 and 08. RGB value is (59,50,8). Sum of RGB (Red+Green+Blue) = 59+50+8=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3208 is #C4CDF7. Grayscale: #303030. Windows color (decimal): -12897784 or 537147. OLE color: 537147.
HSL color Cylindrical-coordinate representation of color #3B3208: hue angle of 49.41º 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 #3B3208 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 50 | 8 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.77 |
| HSL | 49.41º | 0.76% | 0.13% | - |
| HSV(B) | 49.41º | 0.86% | 0.23% | - |
| XYZ | 2.99 | 3.23 | 0.7 | - |
| YUV | 47.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 8 | 0 | 0.15 | 0.86 | 0.77 | 49.41 | 0.76 | 0.13 |
| Hex | 3B | 32 | 8 | 0 | F | 56 | 4D | 31 | 4C | D |
| Octal | 73 | 62 | 10 | 0 | 17 | 126 | 115 | 61 | 114 | 15 |
| Binary | 111011 | 110010 | 1000 | 0 | 1111 | 1010110 | 1001101 | 110001 | 1001100 | 1101 |
Color Harmonies of #3B3208
Complementary color
Monochromatic Colors of #3B3208
Black with #3B3208
Text Example
Text Example
White with #3B3208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3208; }
p { color: rgb(59,50,8); }
H1.HeaderClassName
{
color: #3B3208;
}
.AnyTagClassName
{
color: #3B3208;
}
</style>
background-color css
<style>
a { background-color: #3B3208; }
a { background-color: rgb(59,50,8); }
div.DivClassName
{
background-color: #3B3208;
}
.BgClassName
{
background-color: #3B3208;
}
</style>
border-color css
<style>
span { border-color: #3B3208; }
span { border-color: rgb(59,50,8); }
td.TdClassName
{
border-color: #3B3208;
}
.TagClassName
{
border-color: #3B3208;
}
</style>