Shades of Crater Brown #4C403E
Tints of Crater Brown #4C403E
RGB
CMYK
RGB Variations
Color information
#4C403E (or 0x4C403E) is known color: Crater Brown. HEX triplet: 4C, 40 and 3E. RGB value is (76,64,62). Sum of RGB (Red+Green+Blue) = 76+64+62=202 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.62% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 76 - color contains mainly: red. Hex color #4C403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C403E is #B3BFC1. Grayscale: #434343. Windows color (decimal): -11780034 or 4079692. OLE color: 4079692.
HSL color Cylindrical-coordinate representation of color #4C403E: hue angle of 8.57º 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 #4C403E is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 64 | 62 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.70 |
| HSL | 8.57º | 0.1% | 0.27% | - |
| HSV(B) | 8.57º | 0.18% | 0.3% | - |
| XYZ | 5.68 | 5.55 | 5.33 | - |
| YUV | 67.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 62 | 0 | 0.16 | 0.18 | 0.70 | 8.57 | 0.1 | 0.27 |
| Hex | 4C | 40 | 3E | 0 | 10 | 12 | 46 | 9 | A | 1B |
| Octal | 114 | 100 | 76 | 0 | 20 | 22 | 106 | 11 | 12 | 33 |
| Binary | 1001100 | 1000000 | 111110 | 0 | 10000 | 10010 | 1000110 | 1001 | 1010 | 11011 |
Color Harmonies of #4C403E
Complementary color
Monochromatic Colors of #4C403E
Black with #4C403E
Text Example
Text Example
White with #4C403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C403E; }
p { color: rgb(76,64,62); }
H1.HeaderClassName
{
color: #4C403E;
}
.AnyTagClassName
{
color: #4C403E;
}
</style>
background-color css
<style>
a { background-color: #4C403E; }
a { background-color: rgb(76,64,62); }
div.DivClassName
{
background-color: #4C403E;
}
.BgClassName
{
background-color: #4C403E;
}
</style>
border-color css
<style>
span { border-color: #4C403E; }
span { border-color: rgb(76,64,62); }
td.TdClassName
{
border-color: #4C403E;
}
.TagClassName
{
border-color: #4C403E;
}
</style>