Shades of Morocco Brown #452E25
Tints of Morocco Brown #452E25
RGB
CMYK
RGB Variations
Color information
#452E25 (or 0x452E25) is known color: Morocco Brown. HEX triplet: 45, 2E and 25. RGB value is (69,46,37). Sum of RGB (Red+Green+Blue) = 69+46+37=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #452E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452E25 is #BAD1DA. Grayscale: #333333. Windows color (decimal): -12243419 or 2436677. OLE color: 2436677.
HSL color Cylindrical-coordinate representation of color #452E25: hue angle of 16.88º 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 #452E25 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 46 | 37 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.73 |
| HSL | 16.88º | 0.3% | 0.21% | - |
| HSV(B) | 16.88º | 0.46% | 0.27% | - |
| XYZ | 3.77 | 3.35 | 2.2 | - |
| YUV | 51.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 37 | 0 | 0.33 | 0.46 | 0.73 | 16.88 | 0.3 | 0.21 |
| Hex | 45 | 2E | 25 | 0 | 21 | 2E | 49 | 11 | 1E | 15 |
| Octal | 105 | 56 | 45 | 0 | 41 | 56 | 111 | 21 | 36 | 25 |
| Binary | 1000101 | 101110 | 100101 | 0 | 100001 | 101110 | 1001001 | 10001 | 11110 | 10101 |
Color Harmonies of #452E25
Complementary color
Monochromatic Colors of #452E25
Black with #452E25
Text Example
Text Example
White with #452E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452E25; }
p { color: rgb(69,46,37); }
H1.HeaderClassName
{
color: #452E25;
}
.AnyTagClassName
{
color: #452E25;
}
</style>
background-color css
<style>
a { background-color: #452E25; }
a { background-color: rgb(69,46,37); }
div.DivClassName
{
background-color: #452E25;
}
.BgClassName
{
background-color: #452E25;
}
</style>
border-color css
<style>
span { border-color: #452E25; }
span { border-color: rgb(69,46,37); }
td.TdClassName
{
border-color: #452E25;
}
.TagClassName
{
border-color: #452E25;
}
</style>