Shades of Crater Brown #55413B
Tints of Crater Brown #55413B
RGB
CMYK
RGB Variations
Color information
#55413B (or 0x55413B) is known color: Crater Brown. HEX triplet: 55, 41 and 3B. RGB value is (85,65,59). Sum of RGB (Red+Green+Blue) = 85+65+59=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #55413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55413B is #AABEC4. Grayscale: #464646. Windows color (decimal): -11189957 or 3883349. OLE color: 3883349.
HSL color Cylindrical-coordinate representation of color #55413B: hue angle of 13.85º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55413B is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 59 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.67 |
| HSL | 13.85º | 0.18% | 0.28% | - |
| HSV(B) | 13.85º | 0.31% | 0.33% | - |
| XYZ | 6.43 | 6.03 | 4.96 | - |
| YUV | 70.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 59 | 0 | 0.24 | 0.31 | 0.67 | 13.85 | 0.18 | 0.28 |
| Hex | 55 | 41 | 3B | 0 | 18 | 1F | 43 | E | 12 | 1C |
| Octal | 125 | 101 | 73 | 0 | 30 | 37 | 103 | 16 | 22 | 34 |
| Binary | 1010101 | 1000001 | 111011 | 0 | 11000 | 11111 | 1000011 | 1110 | 10010 | 11100 |
Color Harmonies of #55413B
Complementary color
Monochromatic Colors of #55413B
Black with #55413B
Text Example
Text Example
White with #55413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55413B; }
p { color: rgb(85,65,59); }
H1.HeaderClassName
{
color: #55413B;
}
.AnyTagClassName
{
color: #55413B;
}
</style>
background-color css
<style>
a { background-color: #55413B; }
a { background-color: rgb(85,65,59); }
div.DivClassName
{
background-color: #55413B;
}
.BgClassName
{
background-color: #55413B;
}
</style>
border-color css
<style>
span { border-color: #55413B; }
span { border-color: rgb(85,65,59); }
td.TdClassName
{
border-color: #55413B;
}
.TagClassName
{
border-color: #55413B;
}
</style>