Shades of Crater Brown #55403A
Tints of Crater Brown #55403A
RGB
CMYK
RGB Variations
Color information
#55403A (or 0x55403A) is known color: Crater Brown. HEX triplet: 55, 40 and 3A. RGB value is (85,64,58). Sum of RGB (Red+Green+Blue) = 85+64+58=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #55403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55403A is #AABFC5. Grayscale: #454545. Windows color (decimal): -11190214 or 3817557. OLE color: 3817557.
HSL color Cylindrical-coordinate representation of color #55403A: hue angle of 13.33º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55403A is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 58 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.67 |
| HSL | 13.33º | 0.19% | 0.28% | - |
| HSV(B) | 13.33º | 0.32% | 0.33% | - |
| XYZ | 6.34 | 5.9 | 4.81 | - |
| YUV | 69.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 58 | 0 | 0.25 | 0.32 | 0.67 | 13.33 | 0.19 | 0.28 |
| Hex | 55 | 40 | 3A | 0 | 19 | 20 | 43 | D | 13 | 1C |
| Octal | 125 | 100 | 72 | 0 | 31 | 40 | 103 | 15 | 23 | 34 |
| Binary | 1010101 | 1000000 | 111010 | 0 | 11001 | 100000 | 1000011 | 1101 | 10011 | 11100 |
Color Harmonies of #55403A
Complementary color
Monochromatic Colors of #55403A
Black with #55403A
Text Example
Text Example
White with #55403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55403A; }
p { color: rgb(85,64,58); }
H1.HeaderClassName
{
color: #55403A;
}
.AnyTagClassName
{
color: #55403A;
}
</style>
background-color css
<style>
a { background-color: #55403A; }
a { background-color: rgb(85,64,58); }
div.DivClassName
{
background-color: #55403A;
}
.BgClassName
{
background-color: #55403A;
}
</style>
border-color css
<style>
span { border-color: #55403A; }
span { border-color: rgb(85,64,58); }
td.TdClassName
{
border-color: #55403A;
}
.TagClassName
{
border-color: #55403A;
}
</style>