Shades of Crater Brown #544341
Tints of Crater Brown #544341
RGB
CMYK
RGB Variations
Color information
#544341 (or 0x544341) is known color: Crater Brown. HEX triplet: 54, 43 and 41. RGB value is (84,67,65). Sum of RGB (Red+Green+Blue) = 84+67+65=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #544341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544341 is #ABBCBE. Grayscale: #474747. Windows color (decimal): -11254975 or 4277076. OLE color: 4277076.
HSL color Cylindrical-coordinate representation of color #544341: hue angle of 6.32º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #544341 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 67 | 65 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.67 |
| HSL | 6.32º | 0.13% | 0.29% | - |
| HSV(B) | 6.32º | 0.23% | 0.33% | - |
| XYZ | 6.62 | 6.28 | 5.86 | - |
| YUV | 71.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 65 | 0 | 0.20 | 0.23 | 0.67 | 6.32 | 0.13 | 0.29 |
| Hex | 54 | 43 | 41 | 0 | 14 | 17 | 43 | 6 | D | 1D |
| Octal | 124 | 103 | 101 | 0 | 24 | 27 | 103 | 6 | 15 | 35 |
| Binary | 1010100 | 1000011 | 1000001 | 0 | 10100 | 10111 | 1000011 | 110 | 1101 | 11101 |
Color Harmonies of #544341
Complementary color
Monochromatic Colors of #544341
Black with #544341
Text Example
Text Example
White with #544341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544341; }
p { color: rgb(84,67,65); }
H1.HeaderClassName
{
color: #544341;
}
.AnyTagClassName
{
color: #544341;
}
</style>
background-color css
<style>
a { background-color: #544341; }
a { background-color: rgb(84,67,65); }
div.DivClassName
{
background-color: #544341;
}
.BgClassName
{
background-color: #544341;
}
</style>
border-color css
<style>
span { border-color: #544341; }
span { border-color: rgb(84,67,65); }
td.TdClassName
{
border-color: #544341;
}
.TagClassName
{
border-color: #544341;
}
</style>