Shades of Madras #4F4123
Tints of Madras #4F4123
RGB
CMYK
RGB Variations
Color information
#4F4123 (or 0x4F4123) is known color: Madras. HEX triplet: 4F, 41 and 23. RGB value is (79,65,35). Sum of RGB (Red+Green+Blue) = 79+65+35=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4123 is #B0BEDC. Grayscale: #414141. Windows color (decimal): -11583197 or 2310479. OLE color: 2310479.
HSL color Cylindrical-coordinate representation of color #4F4123: hue angle of 40.91º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F4123 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 65 | 35 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.69 |
| HSL | 40.91º | 0.39% | 0.22% | - |
| HSV(B) | 40.91º | 0.56% | 0.31% | - |
| XYZ | 5.42 | 5.56 | 2.38 | - |
| YUV | 65.77 | 110.64 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 35 | 0 | 0.18 | 0.56 | 0.69 | 40.91 | 0.39 | 0.22 |
| Hex | 4F | 41 | 23 | 0 | 12 | 38 | 45 | 29 | 27 | 16 |
| Octal | 117 | 101 | 43 | 0 | 22 | 70 | 105 | 51 | 47 | 26 |
| Binary | 1001111 | 1000001 | 100011 | 0 | 10010 | 111000 | 1000101 | 101001 | 100111 | 10110 |
Color Harmonies of #4F4123
Complementary color
Monochromatic Colors of #4F4123
Black with #4F4123
Text Example
Text Example
White with #4F4123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4123; }
p { color: rgb(79,65,35); }
H1.HeaderClassName
{
color: #4F4123;
}
.AnyTagClassName
{
color: #4F4123;
}
</style>
background-color css
<style>
a { background-color: #4F4123; }
a { background-color: rgb(79,65,35); }
div.DivClassName
{
background-color: #4F4123;
}
.BgClassName
{
background-color: #4F4123;
}
</style>
border-color css
<style>
span { border-color: #4F4123; }
span { border-color: rgb(79,65,35); }
td.TdClassName
{
border-color: #4F4123;
}
.TagClassName
{
border-color: #4F4123;
}
</style>