Shades of Crater Brown #4D3F3F
Tints of Crater Brown #4D3F3F
RGB
CMYK
RGB Variations
Color information
#4D3F3F (or 0x4D3F3F) is known color: Crater Brown. HEX triplet: 4D, 3F and 3F. RGB value is (77,63,63). Sum of RGB (Red+Green+Blue) = 77+63+63=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3F3F is #B2C0C0. Grayscale: #434343. Windows color (decimal): -11714753 or 4144973. OLE color: 4144973.
HSL color Cylindrical-coordinate representation of color #4D3F3F: hue angle of 0º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D3F3F is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 63 | 63 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.70 |
| HSL | 0º | 0.1% | 0.27% | - |
| HSV(B) | 0º | 0.18% | 0.3% | - |
| XYZ | 5.74 | 5.49 | 5.46 | - |
| YUV | 67.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 63 | 0 | 0.18 | 0.18 | 0.70 | 0 | 0.1 | 0.27 |
| Hex | 4D | 3F | 3F | 0 | 12 | 12 | 46 | 0 | A | 1B |
| Octal | 115 | 77 | 77 | 0 | 22 | 22 | 106 | 0 | 12 | 33 |
| Binary | 1001101 | 111111 | 111111 | 0 | 10010 | 10010 | 1000110 | 0 | 1010 | 11011 |
Color Harmonies of #4D3F3F
Complementary color
Monochromatic Colors of #4D3F3F
Black with #4D3F3F
Text Example
Text Example
White with #4D3F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3F3F; }
p { color: rgb(77,63,63); }
H1.HeaderClassName
{
color: #4D3F3F;
}
.AnyTagClassName
{
color: #4D3F3F;
}
</style>
background-color css
<style>
a { background-color: #4D3F3F; }
a { background-color: rgb(77,63,63); }
div.DivClassName
{
background-color: #4D3F3F;
}
.BgClassName
{
background-color: #4D3F3F;
}
</style>
border-color css
<style>
span { border-color: #4D3F3F; }
span { border-color: rgb(77,63,63); }
td.TdClassName
{
border-color: #4D3F3F;
}
.TagClassName
{
border-color: #4D3F3F;
}
</style>