Shades of Crater Brown #4A3C39
Tints of Crater Brown #4A3C39
RGB
CMYK
RGB Variations
Color information
#4A3C39 (or 0x4A3C39) is known color: Crater Brown. HEX triplet: 4A, 3C and 39. RGB value is (74,60,57). Sum of RGB (Red+Green+Blue) = 74+60+57=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3C39 is #B5C3C6. Grayscale: #3F3F3F. Windows color (decimal): -11912135 or 3750986. OLE color: 3750986.
HSL color Cylindrical-coordinate representation of color #4A3C39: hue angle of 10.59º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A3C39 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 60 | 57 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.71 |
| HSL | 10.59º | 0.13% | 0.26% | - |
| HSV(B) | 10.59º | 0.23% | 0.29% | - |
| XYZ | 5.18 | 4.98 | 4.56 | - |
| YUV | 63.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 60 | 57 | 0 | 0.19 | 0.23 | 0.71 | 10.59 | 0.13 | 0.26 |
| Hex | 4A | 3C | 39 | 0 | 13 | 17 | 47 | B | D | 1A |
| Octal | 112 | 74 | 71 | 0 | 23 | 27 | 107 | 13 | 15 | 32 |
| Binary | 1001010 | 111100 | 111001 | 0 | 10011 | 10111 | 1000111 | 1011 | 1101 | 11010 |
Color Harmonies of #4A3C39
Complementary color
Monochromatic Colors of #4A3C39
Black with #4A3C39
Text Example
Text Example
White with #4A3C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3C39; }
p { color: rgb(74,60,57); }
H1.HeaderClassName
{
color: #4A3C39;
}
.AnyTagClassName
{
color: #4A3C39;
}
</style>
background-color css
<style>
a { background-color: #4A3C39; }
a { background-color: rgb(74,60,57); }
div.DivClassName
{
background-color: #4A3C39;
}
.BgClassName
{
background-color: #4A3C39;
}
</style>
border-color css
<style>
span { border-color: #4A3C39; }
span { border-color: rgb(74,60,57); }
td.TdClassName
{
border-color: #4A3C39;
}
.TagClassName
{
border-color: #4A3C39;
}
</style>