Shades of Madras #483D23
Tints of Madras #483D23
RGB
CMYK
RGB Variations
Color information
#483D23 (or 0x483D23) is known color: Madras. HEX triplet: 48, 3D and 23. RGB value is (72,61,35). Sum of RGB (Red+Green+Blue) = 72+61+35=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #483D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D23 is #B7C2DC. Grayscale: #3D3D3D. Windows color (decimal): -12042973 or 2309448. OLE color: 2309448.
HSL color Cylindrical-coordinate representation of color #483D23: hue angle of 42.16º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483D23 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 35 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.72 |
| HSL | 42.16º | 0.35% | 0.21% | - |
| HSV(B) | 42.16º | 0.51% | 0.28% | - |
| XYZ | 4.64 | 4.84 | 2.28 | - |
| YUV | 61.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 35 | 0 | 0.15 | 0.51 | 0.72 | 42.16 | 0.35 | 0.21 |
| Hex | 48 | 3D | 23 | 0 | F | 33 | 48 | 2A | 23 | 15 |
| Octal | 110 | 75 | 43 | 0 | 17 | 63 | 110 | 52 | 43 | 25 |
| Binary | 1001000 | 111101 | 100011 | 0 | 1111 | 110011 | 1001000 | 101010 | 100011 | 10101 |
Color Harmonies of #483D23
Complementary color
Monochromatic Colors of #483D23
Black with #483D23
Text Example
Text Example
White with #483D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D23; }
p { color: rgb(72,61,35); }
H1.HeaderClassName
{
color: #483D23;
}
.AnyTagClassName
{
color: #483D23;
}
</style>
background-color css
<style>
a { background-color: #483D23; }
a { background-color: rgb(72,61,35); }
div.DivClassName
{
background-color: #483D23;
}
.BgClassName
{
background-color: #483D23;
}
</style>
border-color css
<style>
span { border-color: #483D23; }
span { border-color: rgb(72,61,35); }
td.TdClassName
{
border-color: #483D23;
}
.TagClassName
{
border-color: #483D23;
}
</style>