Shades of Crater Brown #4D3C39
Tints of Crater Brown #4D3C39
RGB
CMYK
RGB Variations
Color information
#4D3C39 (or 0x4D3C39) is known color: Crater Brown. HEX triplet: 4D, 3C and 39. RGB value is (77,60,57). Sum of RGB (Red+Green+Blue) = 77+60+57=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3C39 is #B2C3C6. Grayscale: #404040. Windows color (decimal): -11715527 or 3750989. OLE color: 3750989.
HSL color Cylindrical-coordinate representation of color #4D3C39: hue angle of 9º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D3C39 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 60 | 57 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.70 |
| HSL | 9º | 0.15% | 0.26% | - |
| HSV(B) | 9º | 0.26% | 0.3% | - |
| XYZ | 5.41 | 5.1 | 4.57 | - |
| YUV | 64.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 57 | 0 | 0.22 | 0.26 | 0.70 | 9 | 0.15 | 0.26 |
| Hex | 4D | 3C | 39 | 0 | 16 | 1A | 46 | 9 | F | 1A |
| Octal | 115 | 74 | 71 | 0 | 26 | 32 | 106 | 11 | 17 | 32 |
| Binary | 1001101 | 111100 | 111001 | 0 | 10110 | 11010 | 1000110 | 1001 | 1111 | 11010 |
Color Harmonies of #4D3C39
Complementary color
Monochromatic Colors of #4D3C39
Black with #4D3C39
Text Example
Text Example
White with #4D3C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3C39; }
p { color: rgb(77,60,57); }
H1.HeaderClassName
{
color: #4D3C39;
}
.AnyTagClassName
{
color: #4D3C39;
}
</style>
background-color css
<style>
a { background-color: #4D3C39; }
a { background-color: rgb(77,60,57); }
div.DivClassName
{
background-color: #4D3C39;
}
.BgClassName
{
background-color: #4D3C39;
}
</style>
border-color css
<style>
span { border-color: #4D3C39; }
span { border-color: rgb(77,60,57); }
td.TdClassName
{
border-color: #4D3C39;
}
.TagClassName
{
border-color: #4D3C39;
}
</style>