Shades of Morocco Brown #482A1A
Tints of Morocco Brown #482A1A
RGB
CMYK
RGB Variations
Color information
#482A1A (or 0x482A1A) is known color: Morocco Brown. HEX triplet: 48, 2A and 1A. RGB value is (72,42,26). Sum of RGB (Red+Green+Blue) = 72+42+26=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #482A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A1A is #B7D5E5. Grayscale: #313131. Windows color (decimal): -12047846 or 1714760. OLE color: 1714760.
HSL color Cylindrical-coordinate representation of color #482A1A: hue angle of 20.87º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #482A1A is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 26 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.72 |
| HSL | 20.87º | 0.47% | 0.19% | - |
| HSV(B) | 20.87º | 0.64% | 0.28% | - |
| XYZ | 3.69 | 3.11 | 1.38 | - |
| YUV | 49.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 26 | 0 | 0.42 | 0.64 | 0.72 | 20.87 | 0.47 | 0.19 |
| Hex | 48 | 2A | 1A | 0 | 2A | 40 | 48 | 15 | 2F | 13 |
| Octal | 110 | 52 | 32 | 0 | 52 | 100 | 110 | 25 | 57 | 23 |
| Binary | 1001000 | 101010 | 11010 | 0 | 101010 | 1000000 | 1001000 | 10101 | 101111 | 10011 |
Color Harmonies of #482A1A
Complementary color
Monochromatic Colors of #482A1A
Black with #482A1A
Text Example
Text Example
White with #482A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A1A; }
p { color: rgb(72,42,26); }
H1.HeaderClassName
{
color: #482A1A;
}
.AnyTagClassName
{
color: #482A1A;
}
</style>
background-color css
<style>
a { background-color: #482A1A; }
a { background-color: rgb(72,42,26); }
div.DivClassName
{
background-color: #482A1A;
}
.BgClassName
{
background-color: #482A1A;
}
</style>
border-color css
<style>
span { border-color: #482A1A; }
span { border-color: rgb(72,42,26); }
td.TdClassName
{
border-color: #482A1A;
}
.TagClassName
{
border-color: #482A1A;
}
</style>