Shades of Crater Brown #55423D
Tints of Crater Brown #55423D
RGB
CMYK
RGB Variations
Color information
#55423D (or 0x55423D) is known color: Crater Brown. HEX triplet: 55, 42 and 3D. RGB value is (85,66,61). Sum of RGB (Red+Green+Blue) = 85+66+61=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #55423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55423D is #AABDC2. Grayscale: #474747. Windows color (decimal): -11189699 or 4014677. OLE color: 4014677.
HSL color Cylindrical-coordinate representation of color #55423D: hue angle of 12.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55423D is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 61 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.67 |
| HSL | 12.5º | 0.16% | 0.29% | - |
| HSV(B) | 12.5º | 0.28% | 0.33% | - |
| XYZ | 6.54 | 6.16 | 5.26 | - |
| YUV | 71.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 61 | 0 | 0.22 | 0.28 | 0.67 | 12.5 | 0.16 | 0.29 |
| Hex | 55 | 42 | 3D | 0 | 16 | 1C | 43 | C | 10 | 1D |
| Octal | 125 | 102 | 75 | 0 | 26 | 34 | 103 | 14 | 20 | 35 |
| Binary | 1010101 | 1000010 | 111101 | 0 | 10110 | 11100 | 1000011 | 1100 | 10000 | 11101 |
Color Harmonies of #55423D
Complementary color
Monochromatic Colors of #55423D
Black with #55423D
Text Example
Text Example
White with #55423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55423D; }
p { color: rgb(85,66,61); }
H1.HeaderClassName
{
color: #55423D;
}
.AnyTagClassName
{
color: #55423D;
}
</style>
background-color css
<style>
a { background-color: #55423D; }
a { background-color: rgb(85,66,61); }
div.DivClassName
{
background-color: #55423D;
}
.BgClassName
{
background-color: #55423D;
}
</style>
border-color css
<style>
span { border-color: #55423D; }
span { border-color: rgb(85,66,61); }
td.TdClassName
{
border-color: #55423D;
}
.TagClassName
{
border-color: #55423D;
}
</style>