Shades of Crater Brown #4C3F3D
Tints of Crater Brown #4C3F3D
RGB
CMYK
RGB Variations
Color information
#4C3F3D (or 0x4C3F3D) is known color: Crater Brown. HEX triplet: 4C, 3F and 3D. RGB value is (76,63,61). Sum of RGB (Red+Green+Blue) = 76+63+61=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3F3D is #B3C0C2. Grayscale: #424242. Windows color (decimal): -11780291 or 4013900. OLE color: 4013900.
HSL color Cylindrical-coordinate representation of color #4C3F3D: hue angle of 8º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C3F3D is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 63 | 61 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.70 |
| HSL | 8º | 0.11% | 0.27% | - |
| HSV(B) | 8º | 0.2% | 0.3% | - |
| XYZ | 5.6 | 5.43 | 5.17 | - |
| YUV | 66.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 63 | 61 | 0 | 0.17 | 0.20 | 0.70 | 8 | 0.11 | 0.27 |
| Hex | 4C | 3F | 3D | 0 | 11 | 14 | 46 | 8 | B | 1B |
| Octal | 114 | 77 | 75 | 0 | 21 | 24 | 106 | 10 | 13 | 33 |
| Binary | 1001100 | 111111 | 111101 | 0 | 10001 | 10100 | 1000110 | 1000 | 1011 | 11011 |
Color Harmonies of #4C3F3D
Complementary color
Monochromatic Colors of #4C3F3D
Black with #4C3F3D
Text Example
Text Example
White with #4C3F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3F3D; }
p { color: rgb(76,63,61); }
H1.HeaderClassName
{
color: #4C3F3D;
}
.AnyTagClassName
{
color: #4C3F3D;
}
</style>
background-color css
<style>
a { background-color: #4C3F3D; }
a { background-color: rgb(76,63,61); }
div.DivClassName
{
background-color: #4C3F3D;
}
.BgClassName
{
background-color: #4C3F3D;
}
</style>
border-color css
<style>
span { border-color: #4C3F3D; }
span { border-color: rgb(76,63,61); }
td.TdClassName
{
border-color: #4C3F3D;
}
.TagClassName
{
border-color: #4C3F3D;
}
</style>