Shades of Madras #3C380F
Tints of Madras #3C380F
RGB
CMYK
RGB Variations
Color information
#3C380F (or 0x3C380F) is known color: Madras. HEX triplet: 3C, 38 and 0F. RGB value is (60,56,15). Sum of RGB (Red+Green+Blue) = 60+56+15=131 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.80% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 60 - color contains mainly: red. Hex color #3C380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C380F is #C3C7F0. Grayscale: #343434. Windows color (decimal): -12830705 or 997436. OLE color: 997436.
HSL color Cylindrical-coordinate representation of color #3C380F: hue angle of 54.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C380F is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 56 | 15 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.76 |
| HSL | 54.67º | 0.6% | 0.15% | - |
| HSV(B) | 54.67º | 0.75% | 0.24% | - |
| XYZ | 3.36 | 3.82 | 1.01 | - |
| YUV | 52.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 15 | 0 | 0.07 | 0.75 | 0.76 | 54.67 | 0.6 | 0.15 |
| Hex | 3C | 38 | F | 0 | 7 | 4B | 4C | 37 | 3C | F |
| Octal | 74 | 70 | 17 | 0 | 7 | 113 | 114 | 67 | 74 | 17 |
| Binary | 111100 | 111000 | 1111 | 0 | 111 | 1001011 | 1001100 | 110111 | 111100 | 1111 |
Color Harmonies of #3C380F
Complementary color
Monochromatic Colors of #3C380F
Black with #3C380F
Text Example
Text Example
White with #3C380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C380F; }
p { color: rgb(60,56,15); }
H1.HeaderClassName
{
color: #3C380F;
}
.AnyTagClassName
{
color: #3C380F;
}
</style>
background-color css
<style>
a { background-color: #3C380F; }
a { background-color: rgb(60,56,15); }
div.DivClassName
{
background-color: #3C380F;
}
.BgClassName
{
background-color: #3C380F;
}
</style>
border-color css
<style>
span { border-color: #3C380F; }
span { border-color: rgb(60,56,15); }
td.TdClassName
{
border-color: #3C380F;
}
.TagClassName
{
border-color: #3C380F;
}
</style>