Shades of Madras #483F23
Tints of Madras #483F23
RGB
CMYK
RGB Variations
Color information
#483F23 (or 0x483F23) is known color: Madras. HEX triplet: 48, 3F and 23. RGB value is (72,63,35). Sum of RGB (Red+Green+Blue) = 72+63+35=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #483F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F23 is #B7C0DC. Grayscale: #3E3E3E. Windows color (decimal): -12042461 or 2309960. OLE color: 2309960.
HSL color Cylindrical-coordinate representation of color #483F23: hue angle of 45.41º 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 #483F23 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 35 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.72 |
| HSL | 45.41º | 0.35% | 0.21% | - |
| HSV(B) | 45.41º | 0.51% | 0.28% | - |
| XYZ | 4.75 | 5.05 | 2.32 | - |
| YUV | 62.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 35 | 0 | 0.12 | 0.51 | 0.72 | 45.41 | 0.35 | 0.21 |
| Hex | 48 | 3F | 23 | 0 | C | 33 | 48 | 2D | 23 | 15 |
| Octal | 110 | 77 | 43 | 0 | 14 | 63 | 110 | 55 | 43 | 25 |
| Binary | 1001000 | 111111 | 100011 | 0 | 1100 | 110011 | 1001000 | 101101 | 100011 | 10101 |
Color Harmonies of #483F23
Complementary color
Monochromatic Colors of #483F23
Black with #483F23
Text Example
Text Example
White with #483F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F23; }
p { color: rgb(72,63,35); }
H1.HeaderClassName
{
color: #483F23;
}
.AnyTagClassName
{
color: #483F23;
}
</style>
background-color css
<style>
a { background-color: #483F23; }
a { background-color: rgb(72,63,35); }
div.DivClassName
{
background-color: #483F23;
}
.BgClassName
{
background-color: #483F23;
}
</style>
border-color css
<style>
span { border-color: #483F23; }
span { border-color: rgb(72,63,35); }
td.TdClassName
{
border-color: #483F23;
}
.TagClassName
{
border-color: #483F23;
}
</style>