Shades of Crater Brown #4C3B38
Tints of Crater Brown #4C3B38
RGB
CMYK
RGB Variations
Color information
#4C3B38 (or 0x4C3B38) is known color: Crater Brown. HEX triplet: 4C, 3B and 38. RGB value is (76,59,56). Sum of RGB (Red+Green+Blue) = 76+59+56=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3B38 is #B3C4C7. Grayscale: #3F3F3F. Windows color (decimal): -11781320 or 3685196. OLE color: 3685196.
HSL color Cylindrical-coordinate representation of color #4C3B38: 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 #4C3B38 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 59 | 56 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.70 |
| HSL | 9º | 0.15% | 0.26% | - |
| HSV(B) | 9º | 0.26% | 0.3% | - |
| XYZ | 5.26 | 4.95 | 4.42 | - |
| YUV | 63.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 59 | 56 | 0 | 0.22 | 0.26 | 0.70 | 9 | 0.15 | 0.26 |
| Hex | 4C | 3B | 38 | 0 | 16 | 1A | 46 | 9 | F | 1A |
| Octal | 114 | 73 | 70 | 0 | 26 | 32 | 106 | 11 | 17 | 32 |
| Binary | 1001100 | 111011 | 111000 | 0 | 10110 | 11010 | 1000110 | 1001 | 1111 | 11010 |
Color Harmonies of #4C3B38
Complementary color
Monochromatic Colors of #4C3B38
Black with #4C3B38
Text Example
Text Example
White with #4C3B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3B38; }
p { color: rgb(76,59,56); }
H1.HeaderClassName
{
color: #4C3B38;
}
.AnyTagClassName
{
color: #4C3B38;
}
</style>
background-color css
<style>
a { background-color: #4C3B38; }
a { background-color: rgb(76,59,56); }
div.DivClassName
{
background-color: #4C3B38;
}
.BgClassName
{
background-color: #4C3B38;
}
</style>
border-color css
<style>
span { border-color: #4C3B38; }
span { border-color: rgb(76,59,56); }
td.TdClassName
{
border-color: #4C3B38;
}
.TagClassName
{
border-color: #4C3B38;
}
</style>