Shades of Crater Brown #4C403D
Tints of Crater Brown #4C403D
RGB
CMYK
RGB Variations
Color information
#4C403D (or 0x4C403D) is known color: Crater Brown. HEX triplet: 4C, 40 and 3D. RGB value is (76,64,61). Sum of RGB (Red+Green+Blue) = 76+64+61=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 76 - color contains mainly: red. Hex color #4C403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C403D is #B3BFC2. Grayscale: #434343. Windows color (decimal): -11780035 or 4014156. OLE color: 4014156.
HSL color Cylindrical-coordinate representation of color #4C403D: hue angle of 12º 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 #4C403D is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 64 | 61 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.70 |
| HSL | 12º | 0.11% | 0.27% | - |
| HSV(B) | 12º | 0.2% | 0.3% | - |
| XYZ | 5.66 | 5.54 | 5.19 | - |
| YUV | 67.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 61 | 0 | 0.16 | 0.20 | 0.70 | 12 | 0.11 | 0.27 |
| Hex | 4C | 40 | 3D | 0 | 10 | 14 | 46 | C | B | 1B |
| Octal | 114 | 100 | 75 | 0 | 20 | 24 | 106 | 14 | 13 | 33 |
| Binary | 1001100 | 1000000 | 111101 | 0 | 10000 | 10100 | 1000110 | 1100 | 1011 | 11011 |
Color Harmonies of #4C403D
Complementary color
Monochromatic Colors of #4C403D
Black with #4C403D
Text Example
Text Example
White with #4C403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C403D; }
p { color: rgb(76,64,61); }
H1.HeaderClassName
{
color: #4C403D;
}
.AnyTagClassName
{
color: #4C403D;
}
</style>
background-color css
<style>
a { background-color: #4C403D; }
a { background-color: rgb(76,64,61); }
div.DivClassName
{
background-color: #4C403D;
}
.BgClassName
{
background-color: #4C403D;
}
</style>
border-color css
<style>
span { border-color: #4C403D; }
span { border-color: rgb(76,64,61); }
td.TdClassName
{
border-color: #4C403D;
}
.TagClassName
{
border-color: #4C403D;
}
</style>