Shades of Mikado #3F3503
Tints of Mikado #3F3503
RGB
CMYK
RGB Variations
Color information
#3F3503 (or 0x3F3503) is known color: Mikado. HEX triplet: 3F, 35 and 03. RGB value is (63,53,3). Sum of RGB (Red+Green+Blue) = 63+53+3=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3503 is #C0CAFC. Grayscale: #323232. Windows color (decimal): -12634877 or 210239. OLE color: 210239.
HSL color Cylindrical-coordinate representation of color #3F3503: hue angle of 50º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F3503 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 53 | 3 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.75 |
| HSL | 50º | 0.91% | 0.13% | - |
| HSV(B) | 50º | 0.95% | 0.25% | - |
| XYZ | 3.34 | 3.61 | 0.61 | - |
| YUV | 50.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 3 | 0 | 0.16 | 0.95 | 0.75 | 50 | 0.91 | 0.13 |
| Hex | 3F | 35 | 3 | 0 | 10 | 5F | 4B | 32 | 5B | D |
| Octal | 77 | 65 | 3 | 0 | 20 | 137 | 113 | 62 | 133 | 15 |
| Binary | 111111 | 110101 | 11 | 0 | 10000 | 1011111 | 1001011 | 110010 | 1011011 | 1101 |
Color Harmonies of #3F3503
Complementary color
Monochromatic Colors of #3F3503
Black with #3F3503
Text Example
Text Example
White with #3F3503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3503; }
p { color: rgb(63,53,3); }
H1.HeaderClassName
{
color: #3F3503;
}
.AnyTagClassName
{
color: #3F3503;
}
</style>
background-color css
<style>
a { background-color: #3F3503; }
a { background-color: rgb(63,53,3); }
div.DivClassName
{
background-color: #3F3503;
}
.BgClassName
{
background-color: #3F3503;
}
</style>
border-color css
<style>
span { border-color: #3F3503; }
span { border-color: rgb(63,53,3); }
td.TdClassName
{
border-color: #3F3503;
}
.TagClassName
{
border-color: #3F3503;
}
</style>