Shades of Crater Brown #55413E
Tints of Crater Brown #55413E
RGB
CMYK
RGB Variations
Color information
#55413E (or 0x55413E) is known color: Crater Brown. HEX triplet: 55, 41 and 3E. RGB value is (85,65,62). Sum of RGB (Red+Green+Blue) = 85+65+62=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #55413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55413E is #AABEC1. Grayscale: #464646. Windows color (decimal): -11189954 or 4079957. OLE color: 4079957.
HSL color Cylindrical-coordinate representation of color #55413E: hue angle of 7.83º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55413E is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 62 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.67 |
| HSL | 7.83º | 0.16% | 0.29% | - |
| HSV(B) | 7.83º | 0.27% | 0.33% | - |
| XYZ | 6.51 | 6.06 | 5.38 | - |
| YUV | 70.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 62 | 0 | 0.24 | 0.27 | 0.67 | 7.83 | 0.16 | 0.29 |
| Hex | 55 | 41 | 3E | 0 | 18 | 1B | 43 | 8 | 10 | 1D |
| Octal | 125 | 101 | 76 | 0 | 30 | 33 | 103 | 10 | 20 | 35 |
| Binary | 1010101 | 1000001 | 111110 | 0 | 11000 | 11011 | 1000011 | 1000 | 10000 | 11101 |
Color Harmonies of #55413E
Complementary color
Monochromatic Colors of #55413E
Black with #55413E
Text Example
Text Example
White with #55413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55413E; }
p { color: rgb(85,65,62); }
H1.HeaderClassName
{
color: #55413E;
}
.AnyTagClassName
{
color: #55413E;
}
</style>
background-color css
<style>
a { background-color: #55413E; }
a { background-color: rgb(85,65,62); }
div.DivClassName
{
background-color: #55413E;
}
.BgClassName
{
background-color: #55413E;
}
</style>
border-color css
<style>
span { border-color: #55413E; }
span { border-color: rgb(85,65,62); }
td.TdClassName
{
border-color: #55413E;
}
.TagClassName
{
border-color: #55413E;
}
</style>