Shades of Mikado #3C3208
Tints of Mikado #3C3208
RGB
CMYK
RGB Variations
Color information
#3C3208 (or 0x3C3208) is known color: Mikado. HEX triplet: 3C, 32 and 08. RGB value is (60,50,8). Sum of RGB (Red+Green+Blue) = 60+50+8=118 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.85% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3208 is #C3CDF7. Grayscale: #303030. Windows color (decimal): -12832248 or 537148. OLE color: 537148.
HSL color Cylindrical-coordinate representation of color #3C3208: hue angle of 48.46º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C3208 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 50 | 8 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.76 |
| HSL | 48.46º | 0.76% | 0.13% | - |
| HSV(B) | 48.46º | 0.87% | 0.24% | - |
| XYZ | 3.05 | 3.26 | 0.7 | - |
| YUV | 48.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 8 | 0 | 0.17 | 0.87 | 0.76 | 48.46 | 0.76 | 0.13 |
| Hex | 3C | 32 | 8 | 0 | 11 | 57 | 4C | 30 | 4C | D |
| Octal | 74 | 62 | 10 | 0 | 21 | 127 | 114 | 60 | 114 | 15 |
| Binary | 111100 | 110010 | 1000 | 0 | 10001 | 1010111 | 1001100 | 110000 | 1001100 | 1101 |
Color Harmonies of #3C3208
Complementary color
Monochromatic Colors of #3C3208
Black with #3C3208
Text Example
Text Example
White with #3C3208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3208; }
p { color: rgb(60,50,8); }
H1.HeaderClassName
{
color: #3C3208;
}
.AnyTagClassName
{
color: #3C3208;
}
</style>
background-color css
<style>
a { background-color: #3C3208; }
a { background-color: rgb(60,50,8); }
div.DivClassName
{
background-color: #3C3208;
}
.BgClassName
{
background-color: #3C3208;
}
</style>
border-color css
<style>
span { border-color: #3C3208; }
span { border-color: rgb(60,50,8); }
td.TdClassName
{
border-color: #3C3208;
}
.TagClassName
{
border-color: #3C3208;
}
</style>