Shades of Madras #4B3E08
Tints of Madras #4B3E08
RGB
CMYK
RGB Variations
Color information
#4B3E08 (or 0x4B3E08) is known color: Madras. HEX triplet: 4B, 3E and 08. RGB value is (75,62,8). Sum of RGB (Red+Green+Blue) = 75+62+8=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3E08 is #B4C1F7. Grayscale: #3B3B3B. Windows color (decimal): -11846136 or 540235. OLE color: 540235.
HSL color Cylindrical-coordinate representation of color #4B3E08: hue angle of 48.36º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B3E08 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 62 | 8 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.71 |
| HSL | 48.36º | 0.81% | 0.16% | - |
| HSV(B) | 48.36º | 0.89% | 0.29% | - |
| XYZ | 4.67 | 4.96 | 0.94 | - |
| YUV | 59.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 8 | 0 | 0.17 | 0.89 | 0.71 | 48.36 | 0.81 | 0.16 |
| Hex | 4B | 3E | 8 | 0 | 11 | 59 | 47 | 30 | 51 | 10 |
| Octal | 113 | 76 | 10 | 0 | 21 | 131 | 107 | 60 | 121 | 20 |
| Binary | 1001011 | 111110 | 1000 | 0 | 10001 | 1011001 | 1000111 | 110000 | 1010001 | 10000 |
Color Harmonies of #4B3E08
Complementary color
Monochromatic Colors of #4B3E08
Black with #4B3E08
Text Example
Text Example
White with #4B3E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3E08; }
p { color: rgb(75,62,8); }
H1.HeaderClassName
{
color: #4B3E08;
}
.AnyTagClassName
{
color: #4B3E08;
}
</style>
background-color css
<style>
a { background-color: #4B3E08; }
a { background-color: rgb(75,62,8); }
div.DivClassName
{
background-color: #4B3E08;
}
.BgClassName
{
background-color: #4B3E08;
}
</style>
border-color css
<style>
span { border-color: #4B3E08; }
span { border-color: rgb(75,62,8); }
td.TdClassName
{
border-color: #4B3E08;
}
.TagClassName
{
border-color: #4B3E08;
}
</style>