Shades of Morocco Brown #3D2D28
Tints of Morocco Brown #3D2D28
RGB
CMYK
RGB Variations
Color information
#3D2D28 (or 0x3D2D28) is known color: Morocco Brown. HEX triplet: 3D, 2D and 28. RGB value is (61,45,40). Sum of RGB (Red+Green+Blue) = 61+45+40=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2D28 is #C2D2D7. Grayscale: #313131. Windows color (decimal): -12767960 or 2633021. OLE color: 2633021.
HSL color Cylindrical-coordinate representation of color #3D2D28: hue angle of 14.29º 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 #3D2D28 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 45 | 40 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.76 |
| HSL | 14.29º | 0.21% | 0.2% | - |
| HSV(B) | 14.29º | 0.34% | 0.24% | - |
| XYZ | 3.25 | 3.02 | 2.42 | - |
| YUV | 49.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 45 | 40 | 0 | 0.26 | 0.34 | 0.76 | 14.29 | 0.21 | 0.2 |
| Hex | 3D | 2D | 28 | 0 | 1A | 22 | 4C | E | 15 | 14 |
| Octal | 75 | 55 | 50 | 0 | 32 | 42 | 114 | 16 | 25 | 24 |
| Binary | 111101 | 101101 | 101000 | 0 | 11010 | 100010 | 1001100 | 1110 | 10101 | 10100 |
Color Harmonies of #3D2D28
Complementary color
Monochromatic Colors of #3D2D28
Black with #3D2D28
Text Example
Text Example
White with #3D2D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2D28; }
p { color: rgb(61,45,40); }
H1.HeaderClassName
{
color: #3D2D28;
}
.AnyTagClassName
{
color: #3D2D28;
}
</style>
background-color css
<style>
a { background-color: #3D2D28; }
a { background-color: rgb(61,45,40); }
div.DivClassName
{
background-color: #3D2D28;
}
.BgClassName
{
background-color: #3D2D28;
}
</style>
border-color css
<style>
span { border-color: #3D2D28; }
span { border-color: rgb(61,45,40); }
td.TdClassName
{
border-color: #3D2D28;
}
.TagClassName
{
border-color: #3D2D28;
}
</style>