Shades of Mikado #3C331F
Tints of Mikado #3C331F
RGB
CMYK
RGB Variations
Color information
#3C331F (or 0x3C331F) is known color: Mikado. HEX triplet: 3C, 33 and 1F. RGB value is (60,51,31). Sum of RGB (Red+Green+Blue) = 60+51+31=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 60 - color contains mainly: red. Hex color #3C331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C331F is #C3CCE0. Grayscale: #333333. Windows color (decimal): -12831969 or 2044732. OLE color: 2044732.
HSL color Cylindrical-coordinate representation of color #3C331F: hue angle of 41.38º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C331F is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 31 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.76 |
| HSL | 41.38º | 0.32% | 0.18% | - |
| HSV(B) | 41.38º | 0.48% | 0.24% | - |
| XYZ | 3.29 | 3.43 | 1.78 | - |
| YUV | 51.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 31 | 0 | 0.15 | 0.48 | 0.76 | 41.38 | 0.32 | 0.18 |
| Hex | 3C | 33 | 1F | 0 | F | 30 | 4C | 29 | 20 | 12 |
| Octal | 74 | 63 | 37 | 0 | 17 | 60 | 114 | 51 | 40 | 22 |
| Binary | 111100 | 110011 | 11111 | 0 | 1111 | 110000 | 1001100 | 101001 | 100000 | 10010 |
Color Harmonies of #3C331F
Complementary color
Monochromatic Colors of #3C331F
Black with #3C331F
Text Example
Text Example
White with #3C331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C331F; }
p { color: rgb(60,51,31); }
H1.HeaderClassName
{
color: #3C331F;
}
.AnyTagClassName
{
color: #3C331F;
}
</style>
background-color css
<style>
a { background-color: #3C331F; }
a { background-color: rgb(60,51,31); }
div.DivClassName
{
background-color: #3C331F;
}
.BgClassName
{
background-color: #3C331F;
}
</style>
border-color css
<style>
span { border-color: #3C331F; }
span { border-color: rgb(60,51,31); }
td.TdClassName
{
border-color: #3C331F;
}
.TagClassName
{
border-color: #3C331F;
}
</style>