Shades of Madras #484207
Tints of Madras #484207
RGB
CMYK
RGB Variations
Color information
#484207 (or 0x484207) is known color: Madras. HEX triplet: 48, 42 and 07. RGB value is (72,66,7). Sum of RGB (Red+Green+Blue) = 72+66+7=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #484207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484207 is #B7BDF8. Grayscale: #3D3D3D. Windows color (decimal): -12041721 or 475720. OLE color: 475720.
HSL color Cylindrical-coordinate representation of color #484207: hue angle of 54.46º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #484207 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 66 | 7 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.72 |
| HSL | 54.46º | 0.82% | 0.15% | - |
| HSV(B) | 54.46º | 0.9% | 0.28% | - |
| XYZ | 4.66 | 5.29 | 0.98 | - |
| YUV | 61.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 7 | 0 | 0.08 | 0.90 | 0.72 | 54.46 | 0.82 | 0.15 |
| Hex | 48 | 42 | 7 | 0 | 8 | 5A | 48 | 36 | 52 | F |
| Octal | 110 | 102 | 7 | 0 | 10 | 132 | 110 | 66 | 122 | 17 |
| Binary | 1001000 | 1000010 | 111 | 0 | 1000 | 1011010 | 1001000 | 110110 | 1010010 | 1111 |
Color Harmonies of #484207
Complementary color
Monochromatic Colors of #484207
Black with #484207
Text Example
Text Example
White with #484207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484207; }
p { color: rgb(72,66,7); }
H1.HeaderClassName
{
color: #484207;
}
.AnyTagClassName
{
color: #484207;
}
</style>
background-color css
<style>
a { background-color: #484207; }
a { background-color: rgb(72,66,7); }
div.DivClassName
{
background-color: #484207;
}
.BgClassName
{
background-color: #484207;
}
</style>
border-color css
<style>
span { border-color: #484207; }
span { border-color: rgb(72,66,7); }
td.TdClassName
{
border-color: #484207;
}
.TagClassName
{
border-color: #484207;
}
</style>