Shades of Crater Brown #4C3E3C
Tints of Crater Brown #4C3E3C
RGB
CMYK
RGB Variations
Color information
#4C3E3C (or 0x4C3E3C) is known color: Crater Brown. HEX triplet: 4C, 3E and 3C. RGB value is (76,62,60). Sum of RGB (Red+Green+Blue) = 76+62+60=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3E3C is #B3C1C3. Grayscale: #414141. Windows color (decimal): -11780548 or 3948108. OLE color: 3948108.
HSL color Cylindrical-coordinate representation of color #4C3E3C: hue angle of 7.5º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C3E3C is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
RGB | 76 | 62 | 60 | - |
CMYK | 0 | 0.18 | 0.21 | 0.70 |
HSL | 7.5º | 0.12% | 0.27% | - |
HSV(B) | 7.5º | 0.21% | 0.3% | - |
XYZ | 5.52 | 5.31 | 5.01 | - |
YUV | 65.96 | 124.64 | 135.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 76 | 62 | 60 | 0 | 0.18 | 0.21 | 0.70 | 7.5 | 0.12 | 0.27 |
Hex | 4C | 3E | 3C | 0 | 12 | 15 | 46 | 8 | C | 1B |
Octal | 114 | 76 | 74 | 0 | 22 | 25 | 106 | 10 | 14 | 33 |
Binary | 1001100 | 111110 | 111100 | 0 | 10010 | 10101 | 1000110 | 1000 | 1100 | 11011 |
Color Harmonies of #4C3E3C
Complementary color
Monochromatic Colors of #4C3E3C
Black with #4C3E3C
Text Example
Text Example
White with #4C3E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3E3C; }
p { color: rgb(76,62,60); }
H1.HeaderClassName
{
color: #4C3E3C;
}
.AnyTagClassName
{
color: #4C3E3C;
}
</style>
background-color css
<style>
a { background-color: #4C3E3C; }
a { background-color: rgb(76,62,60); }
div.DivClassName
{
background-color: #4C3E3C;
}
.BgClassName
{
background-color: #4C3E3C;
}
</style>
border-color css
<style>
span { border-color: #4C3E3C; }
span { border-color: rgb(76,62,60); }
td.TdClassName
{
border-color: #4C3E3C;
}
.TagClassName
{
border-color: #4C3E3C;
}
</style>