Shades of Morocco Brown #452A1C
Tints of Morocco Brown #452A1C
RGB
CMYK
RGB Variations
Color information
#452A1C (or 0x452A1C) is known color: Morocco Brown. HEX triplet: 45, 2A and 1C. RGB value is (69,42,28). Sum of RGB (Red+Green+Blue) = 69+42+28=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #452A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452A1C is #BAD5E3. Grayscale: #303030. Windows color (decimal): -12244452 or 1845829. OLE color: 1845829.
HSL color Cylindrical-coordinate representation of color #452A1C: hue angle of 20.49º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #452A1C is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 42 | 28 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.73 |
| HSL | 20.49º | 0.42% | 0.19% | - |
| HSV(B) | 20.49º | 0.59% | 0.27% | - |
| XYZ | 3.49 | 3 | 1.49 | - |
| YUV | 48.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 28 | 0 | 0.39 | 0.59 | 0.73 | 20.49 | 0.42 | 0.19 |
| Hex | 45 | 2A | 1C | 0 | 27 | 3B | 49 | 14 | 2A | 13 |
| Octal | 105 | 52 | 34 | 0 | 47 | 73 | 111 | 24 | 52 | 23 |
| Binary | 1000101 | 101010 | 11100 | 0 | 100111 | 111011 | 1001001 | 10100 | 101010 | 10011 |
Color Harmonies of #452A1C
Complementary color
Monochromatic Colors of #452A1C
Black with #452A1C
Text Example
Text Example
White with #452A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452A1C; }
p { color: rgb(69,42,28); }
H1.HeaderClassName
{
color: #452A1C;
}
.AnyTagClassName
{
color: #452A1C;
}
</style>
background-color css
<style>
a { background-color: #452A1C; }
a { background-color: rgb(69,42,28); }
div.DivClassName
{
background-color: #452A1C;
}
.BgClassName
{
background-color: #452A1C;
}
</style>
border-color css
<style>
span { border-color: #452A1C; }
span { border-color: rgb(69,42,28); }
td.TdClassName
{
border-color: #452A1C;
}
.TagClassName
{
border-color: #452A1C;
}
</style>