Shades of Morocco Brown #452B21
Tints of Morocco Brown #452B21
RGB
CMYK
RGB Variations
Color information
#452B21 (or 0x452B21) is known color: Morocco Brown. HEX triplet: 45, 2B and 21. RGB value is (69,43,33). Sum of RGB (Red+Green+Blue) = 69+43+33=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #452B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452B21 is #BAD4DE. Grayscale: #313131. Windows color (decimal): -12244191 or 2173765. OLE color: 2173765.
HSL color Cylindrical-coordinate representation of color #452B21: hue angle of 16.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #452B21 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 43 | 33 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.73 |
| HSL | 16.67º | 0.35% | 0.2% | - |
| HSV(B) | 16.67º | 0.52% | 0.27% | - |
| XYZ | 3.59 | 3.1 | 1.85 | - |
| YUV | 49.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 33 | 0 | 0.38 | 0.52 | 0.73 | 16.67 | 0.35 | 0.2 |
| Hex | 45 | 2B | 21 | 0 | 26 | 34 | 49 | 11 | 23 | 14 |
| Octal | 105 | 53 | 41 | 0 | 46 | 64 | 111 | 21 | 43 | 24 |
| Binary | 1000101 | 101011 | 100001 | 0 | 100110 | 110100 | 1001001 | 10001 | 100011 | 10100 |
Color Harmonies of #452B21
Complementary color
Monochromatic Colors of #452B21
Black with #452B21
Text Example
Text Example
White with #452B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452B21; }
p { color: rgb(69,43,33); }
H1.HeaderClassName
{
color: #452B21;
}
.AnyTagClassName
{
color: #452B21;
}
</style>
background-color css
<style>
a { background-color: #452B21; }
a { background-color: rgb(69,43,33); }
div.DivClassName
{
background-color: #452B21;
}
.BgClassName
{
background-color: #452B21;
}
</style>
border-color css
<style>
span { border-color: #452B21; }
span { border-color: rgb(69,43,33); }
td.TdClassName
{
border-color: #452B21;
}
.TagClassName
{
border-color: #452B21;
}
</style>