Shades of Morocco Brown #442B25
Tints of Morocco Brown #442B25
RGB
CMYK
RGB Variations
Color information
#442B25 (or 0x442B25) is known color: Morocco Brown. HEX triplet: 44, 2B and 25. RGB value is (68,43,37). Sum of RGB (Red+Green+Blue) = 68+43+37=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #442B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B25 is #BBD4DA. Grayscale: #313131. Windows color (decimal): -12309723 or 2435908. OLE color: 2435908.
HSL color Cylindrical-coordinate representation of color #442B25: hue angle of 11.61º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #442B25 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 43 | 37 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.73 |
| HSL | 11.61º | 0.3% | 0.21% | - |
| HSV(B) | 11.61º | 0.46% | 0.27% | - |
| XYZ | 3.58 | 3.09 | 2.16 | - |
| YUV | 49.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 37 | 0 | 0.37 | 0.46 | 0.73 | 11.61 | 0.3 | 0.21 |
| Hex | 44 | 2B | 25 | 0 | 25 | 2E | 49 | C | 1E | 15 |
| Octal | 104 | 53 | 45 | 0 | 45 | 56 | 111 | 14 | 36 | 25 |
| Binary | 1000100 | 101011 | 100101 | 0 | 100101 | 101110 | 1001001 | 1100 | 11110 | 10101 |
Color Harmonies of #442B25
Complementary color
Monochromatic Colors of #442B25
Black with #442B25
Text Example
Text Example
White with #442B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B25; }
p { color: rgb(68,43,37); }
H1.HeaderClassName
{
color: #442B25;
}
.AnyTagClassName
{
color: #442B25;
}
</style>
background-color css
<style>
a { background-color: #442B25; }
a { background-color: rgb(68,43,37); }
div.DivClassName
{
background-color: #442B25;
}
.BgClassName
{
background-color: #442B25;
}
</style>
border-color css
<style>
span { border-color: #442B25; }
span { border-color: rgb(68,43,37); }
td.TdClassName
{
border-color: #442B25;
}
.TagClassName
{
border-color: #442B25;
}
</style>