Shades of Crater Brown #4A4544
Tints of Crater Brown #4A4544
RGB
CMYK
RGB Variations
Color information
#4A4544 (or 0x4A4544) is known color: Crater Brown. HEX triplet: 4A, 45 and 44. RGB value is (74,69,68). Sum of RGB (Red+Green+Blue) = 74+69+68=211 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.07% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4544 is #B5BABB. Grayscale: #464646. Windows color (decimal): -11909820 or 4474186. OLE color: 4474186.
HSL color Cylindrical-coordinate representation of color #4A4544: hue angle of 10º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4A4544 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 69 | 68 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.71 |
| HSL | 10º | 0.04% | 0.28% | - |
| HSV(B) | 10º | 0.08% | 0.29% | - |
| XYZ | 6 | 6.13 | 6.34 | - |
| YUV | 70.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 69 | 68 | 0 | 0.07 | 0.08 | 0.71 | 10 | 0.04 | 0.28 |
| Hex | 4A | 45 | 44 | 0 | 7 | 8 | 47 | A | 4 | 1C |
| Octal | 112 | 105 | 104 | 0 | 7 | 10 | 107 | 12 | 4 | 34 |
| Binary | 1001010 | 1000101 | 1000100 | 0 | 111 | 1000 | 1000111 | 1010 | 100 | 11100 |
Color Harmonies of #4A4544
Complementary color
Monochromatic Colors of #4A4544
Black with #4A4544
Text Example
Text Example
White with #4A4544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4544; }
p { color: rgb(74,69,68); }
H1.HeaderClassName
{
color: #4A4544;
}
.AnyTagClassName
{
color: #4A4544;
}
</style>
background-color css
<style>
a { background-color: #4A4544; }
a { background-color: rgb(74,69,68); }
div.DivClassName
{
background-color: #4A4544;
}
.BgClassName
{
background-color: #4A4544;
}
</style>
border-color css
<style>
span { border-color: #4A4544; }
span { border-color: rgb(74,69,68); }
td.TdClassName
{
border-color: #4A4544;
}
.TagClassName
{
border-color: #4A4544;
}
</style>