Shades of Madras #40380D
Tints of Madras #40380D
RGB
CMYK
RGB Variations
Color information
#40380D (or 0x40380D) is known color: Madras. HEX triplet: 40, 38 and 0D. RGB value is (64,56,13). Sum of RGB (Red+Green+Blue) = 64+56+13=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #40380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40380D is #BFC7F2. Grayscale: #353535. Windows color (decimal): -12568563 or 866368. OLE color: 866368.
HSL color Cylindrical-coordinate representation of color #40380D: hue angle of 50.59º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40380D is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 56 | 13 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.75 |
| HSL | 50.59º | 0.66% | 0.15% | - |
| HSV(B) | 50.59º | 0.8% | 0.25% | - |
| XYZ | 3.6 | 3.95 | 0.95 | - |
| YUV | 53.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 13 | 0 | 0.13 | 0.80 | 0.75 | 50.59 | 0.66 | 0.15 |
| Hex | 40 | 38 | D | 0 | D | 50 | 4B | 33 | 42 | F |
| Octal | 100 | 70 | 15 | 0 | 15 | 120 | 113 | 63 | 102 | 17 |
| Binary | 1000000 | 111000 | 1101 | 0 | 1101 | 1010000 | 1001011 | 110011 | 1000010 | 1111 |
Color Harmonies of #40380D
Complementary color
Monochromatic Colors of #40380D
Black with #40380D
Text Example
Text Example
White with #40380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40380D; }
p { color: rgb(64,56,13); }
H1.HeaderClassName
{
color: #40380D;
}
.AnyTagClassName
{
color: #40380D;
}
</style>
background-color css
<style>
a { background-color: #40380D; }
a { background-color: rgb(64,56,13); }
div.DivClassName
{
background-color: #40380D;
}
.BgClassName
{
background-color: #40380D;
}
</style>
border-color css
<style>
span { border-color: #40380D; }
span { border-color: rgb(64,56,13); }
td.TdClassName
{
border-color: #40380D;
}
.TagClassName
{
border-color: #40380D;
}
</style>