Shades of Morocco Brown #452E22
Tints of Morocco Brown #452E22
RGB
CMYK
RGB Variations
Color information
#452E22 (or 0x452E22) is known color: Morocco Brown. HEX triplet: 45, 2E and 22. RGB value is (69,46,34). Sum of RGB (Red+Green+Blue) = 69+46+34=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #452E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452E22 is #BAD1DD. Grayscale: #333333. Windows color (decimal): -12243422 or 2240069. OLE color: 2240069.
HSL color Cylindrical-coordinate representation of color #452E22: hue angle of 20.57º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #452E22 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 46 | 34 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.73 |
| HSL | 20.57º | 0.34% | 0.2% | - |
| HSV(B) | 20.57º | 0.51% | 0.27% | - |
| XYZ | 3.72 | 3.33 | 1.96 | - |
| YUV | 51.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 34 | 0 | 0.33 | 0.51 | 0.73 | 20.57 | 0.34 | 0.2 |
| Hex | 45 | 2E | 22 | 0 | 21 | 33 | 49 | 15 | 22 | 14 |
| Octal | 105 | 56 | 42 | 0 | 41 | 63 | 111 | 25 | 42 | 24 |
| Binary | 1000101 | 101110 | 100010 | 0 | 100001 | 110011 | 1001001 | 10101 | 100010 | 10100 |
Color Harmonies of #452E22
Complementary color
Monochromatic Colors of #452E22
Black with #452E22
Text Example
Text Example
White with #452E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452E22; }
p { color: rgb(69,46,34); }
H1.HeaderClassName
{
color: #452E22;
}
.AnyTagClassName
{
color: #452E22;
}
</style>
background-color css
<style>
a { background-color: #452E22; }
a { background-color: rgb(69,46,34); }
div.DivClassName
{
background-color: #452E22;
}
.BgClassName
{
background-color: #452E22;
}
</style>
border-color css
<style>
span { border-color: #452E22; }
span { border-color: rgb(69,46,34); }
td.TdClassName
{
border-color: #452E22;
}
.TagClassName
{
border-color: #452E22;
}
</style>