Shades of Crater Brown #55413F
Tints of Crater Brown #55413F
RGB
CMYK
RGB Variations
Color information
#55413F (or 0x55413F) is known color: Crater Brown. HEX triplet: 55, 41 and 3F. RGB value is (85,65,63). Sum of RGB (Red+Green+Blue) = 85+65+63=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #55413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55413F is #AABEC0. Grayscale: #464646. Windows color (decimal): -11189953 or 4145493. OLE color: 4145493.
HSL color Cylindrical-coordinate representation of color #55413F: hue angle of 5.45º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55413F is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 65 | 63 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.67 |
| HSL | 5.45º | 0.15% | 0.29% | - |
| HSV(B) | 5.45º | 0.26% | 0.33% | - |
| XYZ | 6.53 | 6.07 | 5.53 | - |
| YUV | 70.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 63 | 0 | 0.24 | 0.26 | 0.67 | 5.45 | 0.15 | 0.29 |
| Hex | 55 | 41 | 3F | 0 | 18 | 1A | 43 | 5 | F | 1D |
| Octal | 125 | 101 | 77 | 0 | 30 | 32 | 103 | 5 | 17 | 35 |
| Binary | 1010101 | 1000001 | 111111 | 0 | 11000 | 11010 | 1000011 | 101 | 1111 | 11101 |
Color Harmonies of #55413F
Complementary color
Monochromatic Colors of #55413F
Black with #55413F
Text Example
Text Example
White with #55413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55413F; }
p { color: rgb(85,65,63); }
H1.HeaderClassName
{
color: #55413F;
}
.AnyTagClassName
{
color: #55413F;
}
</style>
background-color css
<style>
a { background-color: #55413F; }
a { background-color: rgb(85,65,63); }
div.DivClassName
{
background-color: #55413F;
}
.BgClassName
{
background-color: #55413F;
}
</style>
border-color css
<style>
span { border-color: #55413F; }
span { border-color: rgb(85,65,63); }
td.TdClassName
{
border-color: #55413F;
}
.TagClassName
{
border-color: #55413F;
}
</style>