Shades of Crater Brown #4A3B39
Tints of Crater Brown #4A3B39
RGB
CMYK
RGB Variations
Color information
#4A3B39 (or 0x4A3B39) is known color: Crater Brown. HEX triplet: 4A, 3B and 39. RGB value is (74,59,57). Sum of RGB (Red+Green+Blue) = 74+59+57=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3B39 is #B5C4C6. Grayscale: #3F3F3F. Windows color (decimal): -11912391 or 3750730. OLE color: 3750730.
HSL color Cylindrical-coordinate representation of color #4A3B39: hue angle of 7.06º 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 #4A3B39 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 59 | 57 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.71 |
| HSL | 7.06º | 0.13% | 0.26% | - |
| HSV(B) | 7.06º | 0.23% | 0.29% | - |
| XYZ | 5.13 | 4.88 | 4.54 | - |
| YUV | 63.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 59 | 57 | 0 | 0.20 | 0.23 | 0.71 | 7.06 | 0.13 | 0.26 |
| Hex | 4A | 3B | 39 | 0 | 14 | 17 | 47 | 7 | D | 1A |
| Octal | 112 | 73 | 71 | 0 | 24 | 27 | 107 | 7 | 15 | 32 |
| Binary | 1001010 | 111011 | 111001 | 0 | 10100 | 10111 | 1000111 | 111 | 1101 | 11010 |
Color Harmonies of #4A3B39
Complementary color
Monochromatic Colors of #4A3B39
Black with #4A3B39
Text Example
Text Example
White with #4A3B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3B39; }
p { color: rgb(74,59,57); }
H1.HeaderClassName
{
color: #4A3B39;
}
.AnyTagClassName
{
color: #4A3B39;
}
</style>
background-color css
<style>
a { background-color: #4A3B39; }
a { background-color: rgb(74,59,57); }
div.DivClassName
{
background-color: #4A3B39;
}
.BgClassName
{
background-color: #4A3B39;
}
</style>
border-color css
<style>
span { border-color: #4A3B39; }
span { border-color: rgb(74,59,57); }
td.TdClassName
{
border-color: #4A3B39;
}
.TagClassName
{
border-color: #4A3B39;
}
</style>