Shades of Crater Brown #4D3C3A
Tints of Crater Brown #4D3C3A
RGB
CMYK
RGB Variations
Color information
#4D3C3A (or 0x4D3C3A) is known color: Crater Brown. HEX triplet: 4D, 3C and 3A. RGB value is (77,60,58). Sum of RGB (Red+Green+Blue) = 77+60+58=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3C3A is #B2C3C5. Grayscale: #404040. Windows color (decimal): -11715526 or 3816525. OLE color: 3816525.
HSL color Cylindrical-coordinate representation of color #4D3C3A: hue angle of 6.32º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D3C3A is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 60 | 58 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.70 |
| HSL | 6.32º | 0.14% | 0.26% | - |
| HSV(B) | 6.32º | 0.25% | 0.3% | - |
| XYZ | 5.44 | 5.11 | 4.7 | - |
| YUV | 64.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 58 | 0 | 0.22 | 0.25 | 0.70 | 6.32 | 0.14 | 0.26 |
| Hex | 4D | 3C | 3A | 0 | 16 | 19 | 46 | 6 | E | 1A |
| Octal | 115 | 74 | 72 | 0 | 26 | 31 | 106 | 6 | 16 | 32 |
| Binary | 1001101 | 111100 | 111010 | 0 | 10110 | 11001 | 1000110 | 110 | 1110 | 11010 |
Color Harmonies of #4D3C3A
Complementary color
Monochromatic Colors of #4D3C3A
Black with #4D3C3A
Text Example
Text Example
White with #4D3C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3C3A; }
p { color: rgb(77,60,58); }
H1.HeaderClassName
{
color: #4D3C3A;
}
.AnyTagClassName
{
color: #4D3C3A;
}
</style>
background-color css
<style>
a { background-color: #4D3C3A; }
a { background-color: rgb(77,60,58); }
div.DivClassName
{
background-color: #4D3C3A;
}
.BgClassName
{
background-color: #4D3C3A;
}
</style>
border-color css
<style>
span { border-color: #4D3C3A; }
span { border-color: rgb(77,60,58); }
td.TdClassName
{
border-color: #4D3C3A;
}
.TagClassName
{
border-color: #4D3C3A;
}
</style>