Shades of Mikado #3C3619
Tints of Mikado #3C3619
RGB
CMYK
RGB Variations
Color information
#3C3619 (or 0x3C3619) is known color: Mikado. HEX triplet: 3C, 36 and 19. RGB value is (60,54,25). Sum of RGB (Red+Green+Blue) = 60+54+25=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3619 is #C3C9E6. Grayscale: #343434. Windows color (decimal): -12831207 or 1652284. OLE color: 1652284.
HSL color Cylindrical-coordinate representation of color #3C3619: hue angle of 49.71º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C3619 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 54 | 25 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.76 |
| HSL | 49.71º | 0.41% | 0.17% | - |
| HSV(B) | 49.71º | 0.58% | 0.24% | - |
| XYZ | 3.36 | 3.67 | 1.45 | - |
| YUV | 52.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 25 | 0 | 0.10 | 0.58 | 0.76 | 49.71 | 0.41 | 0.17 |
| Hex | 3C | 36 | 19 | 0 | A | 3A | 4C | 32 | 29 | 11 |
| Octal | 74 | 66 | 31 | 0 | 12 | 72 | 114 | 62 | 51 | 21 |
| Binary | 111100 | 110110 | 11001 | 0 | 1010 | 111010 | 1001100 | 110010 | 101001 | 10001 |
Color Harmonies of #3C3619
Complementary color
Monochromatic Colors of #3C3619
Black with #3C3619
Text Example
Text Example
White with #3C3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3619; }
p { color: rgb(60,54,25); }
H1.HeaderClassName
{
color: #3C3619;
}
.AnyTagClassName
{
color: #3C3619;
}
</style>
background-color css
<style>
a { background-color: #3C3619; }
a { background-color: rgb(60,54,25); }
div.DivClassName
{
background-color: #3C3619;
}
.BgClassName
{
background-color: #3C3619;
}
</style>
border-color css
<style>
span { border-color: #3C3619; }
span { border-color: rgb(60,54,25); }
td.TdClassName
{
border-color: #3C3619;
}
.TagClassName
{
border-color: #3C3619;
}
</style>