Shades of Mikado #3C2D02
Tints of Mikado #3C2D02
RGB
CMYK
RGB Variations
Color information
#3C2D02 (or 0x3C2D02) is known color: Mikado. HEX triplet: 3C, 2D and 02. RGB value is (60,45,2). Sum of RGB (Red+Green+Blue) = 60+45+2=107 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.07% from 107); Green value is 45 (17.97% from 255 or 42.06% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2D02 is #C3D2FD. Grayscale: #2C2C2C. Windows color (decimal): -12833534 or 142652. OLE color: 142652.
HSL color Cylindrical-coordinate representation of color #3C2D02: hue angle of 44.48º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C2D02 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 45 | 2 | - |
CMYK | 0 | 0.25 | 0.97 | 0.76 |
HSL | 44.48º | 0.94% | 0.12% | - |
HSV(B) | 44.48º | 0.97% | 0.24% | - |
XYZ | 2.81 | 2.84 | 0.46 | - |
YUV | 44.58 | 103.97 | 139 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 45 | 2 | 0 | 0.25 | 0.97 | 0.76 | 44.48 | 0.94 | 0.12 |
Hex | 3C | 2D | 2 | 0 | 19 | 61 | 4C | 2C | 5E | C |
Octal | 74 | 55 | 2 | 0 | 31 | 141 | 114 | 54 | 136 | 14 |
Binary | 111100 | 101101 | 10 | 0 | 11001 | 1100001 | 1001100 | 101100 | 1011110 | 1100 |
Color Harmonies of #3C2D02
Complementary color
Monochromatic Colors of #3C2D02
Black with #3C2D02
Text Example
Text Example
White with #3C2D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D02; }
p { color: rgb(60,45,2); }
H1.HeaderClassName
{
color: #3C2D02;
}
.AnyTagClassName
{
color: #3C2D02;
}
</style>
background-color css
<style>
a { background-color: #3C2D02; }
a { background-color: rgb(60,45,2); }
div.DivClassName
{
background-color: #3C2D02;
}
.BgClassName
{
background-color: #3C2D02;
}
</style>
border-color css
<style>
span { border-color: #3C2D02; }
span { border-color: rgb(60,45,2); }
td.TdClassName
{
border-color: #3C2D02;
}
.TagClassName
{
border-color: #3C2D02;
}
</style>