Shades of Morocco Brown #452B22
Tints of Morocco Brown #452B22
RGB
CMYK
RGB Variations
Color information
#452B22 (or 0x452B22) is known color: Morocco Brown. HEX triplet: 45, 2B and 22. RGB value is (69,43,34). Sum of RGB (Red+Green+Blue) = 69+43+34=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #452B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452B22 is #BAD4DD. Grayscale: #313131. Windows color (decimal): -12244190 or 2239301. OLE color: 2239301.
HSL color Cylindrical-coordinate representation of color #452B22: hue angle of 15.43º 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 #452B22 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 43 | 34 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.73 |
| HSL | 15.43º | 0.34% | 0.2% | - |
| HSV(B) | 15.43º | 0.51% | 0.27% | - |
| XYZ | 3.61 | 3.11 | 1.92 | - |
| YUV | 49.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 34 | 0 | 0.38 | 0.51 | 0.73 | 15.43 | 0.34 | 0.2 |
| Hex | 45 | 2B | 22 | 0 | 26 | 33 | 49 | F | 22 | 14 |
| Octal | 105 | 53 | 42 | 0 | 46 | 63 | 111 | 17 | 42 | 24 |
| Binary | 1000101 | 101011 | 100010 | 0 | 100110 | 110011 | 1001001 | 1111 | 100010 | 10100 |
Color Harmonies of #452B22
Complementary color
Monochromatic Colors of #452B22
Black with #452B22
Text Example
Text Example
White with #452B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452B22; }
p { color: rgb(69,43,34); }
H1.HeaderClassName
{
color: #452B22;
}
.AnyTagClassName
{
color: #452B22;
}
</style>
background-color css
<style>
a { background-color: #452B22; }
a { background-color: rgb(69,43,34); }
div.DivClassName
{
background-color: #452B22;
}
.BgClassName
{
background-color: #452B22;
}
</style>
border-color css
<style>
span { border-color: #452B22; }
span { border-color: rgb(69,43,34); }
td.TdClassName
{
border-color: #452B22;
}
.TagClassName
{
border-color: #452B22;
}
</style>