Shades of Morocco Brown #452D25
Tints of Morocco Brown #452D25
RGB
CMYK
RGB Variations
Color information
#452D25 (or 0x452D25) is known color: Morocco Brown. HEX triplet: 45, 2D and 25. RGB value is (69,45,37). Sum of RGB (Red+Green+Blue) = 69+45+37=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #452D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452D25 is #BAD2DA. Grayscale: #333333. Windows color (decimal): -12243675 or 2436421. OLE color: 2436421.
HSL color Cylindrical-coordinate representation of color #452D25: hue angle of 15º 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 #452D25 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 45 | 37 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.73 |
| HSL | 15º | 0.3% | 0.21% | - |
| HSV(B) | 15º | 0.46% | 0.27% | - |
| XYZ | 3.73 | 3.28 | 2.19 | - |
| YUV | 51.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 37 | 0 | 0.35 | 0.46 | 0.73 | 15 | 0.3 | 0.21 |
| Hex | 45 | 2D | 25 | 0 | 23 | 2E | 49 | F | 1E | 15 |
| Octal | 105 | 55 | 45 | 0 | 43 | 56 | 111 | 17 | 36 | 25 |
| Binary | 1000101 | 101101 | 100101 | 0 | 100011 | 101110 | 1001001 | 1111 | 11110 | 10101 |
Color Harmonies of #452D25
Complementary color
Monochromatic Colors of #452D25
Black with #452D25
Text Example
Text Example
White with #452D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D25; }
p { color: rgb(69,45,37); }
H1.HeaderClassName
{
color: #452D25;
}
.AnyTagClassName
{
color: #452D25;
}
</style>
background-color css
<style>
a { background-color: #452D25; }
a { background-color: rgb(69,45,37); }
div.DivClassName
{
background-color: #452D25;
}
.BgClassName
{
background-color: #452D25;
}
</style>
border-color css
<style>
span { border-color: #452D25; }
span { border-color: rgb(69,45,37); }
td.TdClassName
{
border-color: #452D25;
}
.TagClassName
{
border-color: #452D25;
}
</style>