Shades of Morocco Brown #4B261A
Tints of Morocco Brown #4B261A
RGB
CMYK
RGB Variations
Color information
#4B261A (or 0x4B261A) is known color: Morocco Brown. HEX triplet: 4B, 26 and 1A. RGB value is (75,38,26). Sum of RGB (Red+Green+Blue) = 75+38+26=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B261A is #B4D9E5. Grayscale: #2F2F2F. Windows color (decimal): -11852262 or 1713739. OLE color: 1713739.
HSL color Cylindrical-coordinate representation of color #4B261A: hue angle of 14.69º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B261A is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 38 | 26 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.71 |
| HSL | 14.69º | 0.49% | 0.2% | - |
| HSV(B) | 14.69º | 0.65% | 0.29% | - |
| XYZ | 3.78 | 2.96 | 1.35 | - |
| YUV | 47.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 26 | 0 | 0.49 | 0.65 | 0.71 | 14.69 | 0.49 | 0.2 |
| Hex | 4B | 26 | 1A | 0 | 31 | 41 | 47 | F | 31 | 14 |
| Octal | 113 | 46 | 32 | 0 | 61 | 101 | 107 | 17 | 61 | 24 |
| Binary | 1001011 | 100110 | 11010 | 0 | 110001 | 1000001 | 1000111 | 1111 | 110001 | 10100 |
Color Harmonies of #4B261A
Complementary color
Monochromatic Colors of #4B261A
Black with #4B261A
Text Example
Text Example
White with #4B261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B261A; }
p { color: rgb(75,38,26); }
H1.HeaderClassName
{
color: #4B261A;
}
.AnyTagClassName
{
color: #4B261A;
}
</style>
background-color css
<style>
a { background-color: #4B261A; }
a { background-color: rgb(75,38,26); }
div.DivClassName
{
background-color: #4B261A;
}
.BgClassName
{
background-color: #4B261A;
}
</style>
border-color css
<style>
span { border-color: #4B261A; }
span { border-color: rgb(75,38,26); }
td.TdClassName
{
border-color: #4B261A;
}
.TagClassName
{
border-color: #4B261A;
}
</style>