Shades of Morocco Brown #3D2E28
Tints of Morocco Brown #3D2E28
RGB
CMYK
RGB Variations
Color information
#3D2E28 (or 0x3D2E28) is known color: Morocco Brown. HEX triplet: 3D, 2E and 28. RGB value is (61,46,40). Sum of RGB (Red+Green+Blue) = 61+46+40=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2E28 is #C2D1D7. Grayscale: #313131. Windows color (decimal): -12767704 or 2633277. OLE color: 2633277.
HSL color Cylindrical-coordinate representation of color #3D2E28: hue angle of 17.14º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D2E28 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 46 | 40 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.76 |
| HSL | 17.14º | 0.21% | 0.2% | - |
| HSV(B) | 17.14º | 0.34% | 0.24% | - |
| XYZ | 3.28 | 3.1 | 2.43 | - |
| YUV | 49.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 46 | 40 | 0 | 0.25 | 0.34 | 0.76 | 17.14 | 0.21 | 0.2 |
| Hex | 3D | 2E | 28 | 0 | 19 | 22 | 4C | 11 | 15 | 14 |
| Octal | 75 | 56 | 50 | 0 | 31 | 42 | 114 | 21 | 25 | 24 |
| Binary | 111101 | 101110 | 101000 | 0 | 11001 | 100010 | 1001100 | 10001 | 10101 | 10100 |
Color Harmonies of #3D2E28
Complementary color
Monochromatic Colors of #3D2E28
Black with #3D2E28
Text Example
Text Example
White with #3D2E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2E28; }
p { color: rgb(61,46,40); }
H1.HeaderClassName
{
color: #3D2E28;
}
.AnyTagClassName
{
color: #3D2E28;
}
</style>
background-color css
<style>
a { background-color: #3D2E28; }
a { background-color: rgb(61,46,40); }
div.DivClassName
{
background-color: #3D2E28;
}
.BgClassName
{
background-color: #3D2E28;
}
</style>
border-color css
<style>
span { border-color: #3D2E28; }
span { border-color: rgb(61,46,40); }
td.TdClassName
{
border-color: #3D2E28;
}
.TagClassName
{
border-color: #3D2E28;
}
</style>