Shades of Mikado #3F3423
Tints of Mikado #3F3423
RGB
CMYK
RGB Variations
Color information
#3F3423 (or 0x3F3423) is known color: Mikado. HEX triplet: 3F, 34 and 23. RGB value is (63,52,35). Sum of RGB (Red+Green+Blue) = 63+52+35=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3423 is #C0CBDC. Grayscale: #353535. Windows color (decimal): -12635101 or 2307135. OLE color: 2307135.
HSL color Cylindrical-coordinate representation of color #3F3423: hue angle of 36.43º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F3423 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 52 | 35 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.75 |
| HSL | 36.43º | 0.29% | 0.19% | - |
| HSV(B) | 36.43º | 0.44% | 0.25% | - |
| XYZ | 3.58 | 3.63 | 2.1 | - |
| YUV | 53.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 35 | 0 | 0.17 | 0.44 | 0.75 | 36.43 | 0.29 | 0.19 |
| Hex | 3F | 34 | 23 | 0 | 11 | 2C | 4B | 24 | 1D | 13 |
| Octal | 77 | 64 | 43 | 0 | 21 | 54 | 113 | 44 | 35 | 23 |
| Binary | 111111 | 110100 | 100011 | 0 | 10001 | 101100 | 1001011 | 100100 | 11101 | 10011 |
Color Harmonies of #3F3423
Complementary color
Monochromatic Colors of #3F3423
Black with #3F3423
Text Example
Text Example
White with #3F3423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3423; }
p { color: rgb(63,52,35); }
H1.HeaderClassName
{
color: #3F3423;
}
.AnyTagClassName
{
color: #3F3423;
}
</style>
background-color css
<style>
a { background-color: #3F3423; }
a { background-color: rgb(63,52,35); }
div.DivClassName
{
background-color: #3F3423;
}
.BgClassName
{
background-color: #3F3423;
}
</style>
border-color css
<style>
span { border-color: #3F3423; }
span { border-color: rgb(63,52,35); }
td.TdClassName
{
border-color: #3F3423;
}
.TagClassName
{
border-color: #3F3423;
}
</style>