Shades of Crater Brown #554643
Tints of Crater Brown #554643
RGB
CMYK
RGB Variations
Color information
#554643 (or 0x554643) is known color: Crater Brown. HEX triplet: 55, 46 and 43. RGB value is (85,70,67). Sum of RGB (Red+Green+Blue) = 85+70+67=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554643 is #AAB9BC. Grayscale: #4A4A4A. Windows color (decimal): -11188669 or 4408917. OLE color: 4408917.
HSL color Cylindrical-coordinate representation of color #554643: hue angle of 10º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #554643 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 70 | 67 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.67 |
| HSL | 10º | 0.12% | 0.3% | - |
| HSV(B) | 10º | 0.21% | 0.33% | - |
| XYZ | 6.95 | 6.72 | 6.24 | - |
| YUV | 74.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 67 | 0 | 0.18 | 0.21 | 0.67 | 10 | 0.12 | 0.3 |
| Hex | 55 | 46 | 43 | 0 | 12 | 15 | 43 | A | C | 1E |
| Octal | 125 | 106 | 103 | 0 | 22 | 25 | 103 | 12 | 14 | 36 |
| Binary | 1010101 | 1000110 | 1000011 | 0 | 10010 | 10101 | 1000011 | 1010 | 1100 | 11110 |
Color Harmonies of #554643
Complementary color
Monochromatic Colors of #554643
Black with #554643
Text Example
Text Example
White with #554643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554643; }
p { color: rgb(85,70,67); }
H1.HeaderClassName
{
color: #554643;
}
.AnyTagClassName
{
color: #554643;
}
</style>
background-color css
<style>
a { background-color: #554643; }
a { background-color: rgb(85,70,67); }
div.DivClassName
{
background-color: #554643;
}
.BgClassName
{
background-color: #554643;
}
</style>
border-color css
<style>
span { border-color: #554643; }
span { border-color: rgb(85,70,67); }
td.TdClassName
{
border-color: #554643;
}
.TagClassName
{
border-color: #554643;
}
</style>