Shades of Crater Brown #544642
Tints of Crater Brown #544642
RGB
CMYK
RGB Variations
Color information
#544642 (or 0x544642) is known color: Crater Brown. HEX triplet: 54, 46 and 42. RGB value is (84,70,66). Sum of RGB (Red+Green+Blue) = 84+70+66=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #544642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544642 is #ABB9BD. Grayscale: #494949. Windows color (decimal): -11254206 or 4343380. OLE color: 4343380.
HSL color Cylindrical-coordinate representation of color #544642: hue angle of 13.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #544642 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 70 | 66 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.67 |
| HSL | 13.33º | 0.12% | 0.29% | - |
| HSV(B) | 13.33º | 0.21% | 0.33% | - |
| XYZ | 6.83 | 6.66 | 6.08 | - |
| YUV | 73.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 66 | 0 | 0.17 | 0.21 | 0.67 | 13.33 | 0.12 | 0.29 |
| Hex | 54 | 46 | 42 | 0 | 11 | 15 | 43 | D | C | 1D |
| Octal | 124 | 106 | 102 | 0 | 21 | 25 | 103 | 15 | 14 | 35 |
| Binary | 1010100 | 1000110 | 1000010 | 0 | 10001 | 10101 | 1000011 | 1101 | 1100 | 11101 |
Color Harmonies of #544642
Complementary color
Monochromatic Colors of #544642
Black with #544642
Text Example
Text Example
White with #544642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544642; }
p { color: rgb(84,70,66); }
H1.HeaderClassName
{
color: #544642;
}
.AnyTagClassName
{
color: #544642;
}
</style>
background-color css
<style>
a { background-color: #544642; }
a { background-color: rgb(84,70,66); }
div.DivClassName
{
background-color: #544642;
}
.BgClassName
{
background-color: #544642;
}
</style>
border-color css
<style>
span { border-color: #544642; }
span { border-color: rgb(84,70,66); }
td.TdClassName
{
border-color: #544642;
}
.TagClassName
{
border-color: #544642;
}
</style>