Shades of Morocco Brown #432C26
Tints of Morocco Brown #432C26
RGB
CMYK
RGB Variations
Color information
#432C26 (or 0x432C26) is known color: Morocco Brown. HEX triplet: 43, 2C and 26. RGB value is (67,44,38). Sum of RGB (Red+Green+Blue) = 67+44+38=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 67 - color contains mainly: red. Hex color #432C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432C26 is #BCD3D9. Grayscale: #323232. Windows color (decimal): -12375002 or 2501699. OLE color: 2501699.
HSL color Cylindrical-coordinate representation of color #432C26: hue angle of 12.41º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #432C26 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 44 | 38 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.74 |
| HSL | 12.41º | 0.28% | 0.21% | - |
| HSV(B) | 12.41º | 0.43% | 0.26% | - |
| XYZ | 3.57 | 3.13 | 2.25 | - |
| YUV | 50.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 38 | 0 | 0.34 | 0.43 | 0.74 | 12.41 | 0.28 | 0.21 |
| Hex | 43 | 2C | 26 | 0 | 22 | 2B | 4A | C | 1C | 15 |
| Octal | 103 | 54 | 46 | 0 | 42 | 53 | 112 | 14 | 34 | 25 |
| Binary | 1000011 | 101100 | 100110 | 0 | 100010 | 101011 | 1001010 | 1100 | 11100 | 10101 |
Color Harmonies of #432C26
Complementary color
Monochromatic Colors of #432C26
Black with #432C26
Text Example
Text Example
White with #432C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432C26; }
p { color: rgb(67,44,38); }
H1.HeaderClassName
{
color: #432C26;
}
.AnyTagClassName
{
color: #432C26;
}
</style>
background-color css
<style>
a { background-color: #432C26; }
a { background-color: rgb(67,44,38); }
div.DivClassName
{
background-color: #432C26;
}
.BgClassName
{
background-color: #432C26;
}
</style>
border-color css
<style>
span { border-color: #432C26; }
span { border-color: rgb(67,44,38); }
td.TdClassName
{
border-color: #432C26;
}
.TagClassName
{
border-color: #432C26;
}
</style>