Shades of Crater Brown #55403D
Tints of Crater Brown #55403D
RGB
CMYK
RGB Variations
Color information
#55403D (or 0x55403D) is known color: Crater Brown. HEX triplet: 55, 40 and 3D. RGB value is (85,64,61). Sum of RGB (Red+Green+Blue) = 85+64+61=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #55403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55403D is #AABFC2. Grayscale: #454545. Windows color (decimal): -11190211 or 4014165. OLE color: 4014165.
HSL color Cylindrical-coordinate representation of color #55403D: hue angle of 7.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 #55403D is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 61 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.67 |
| HSL | 7.5º | 0.16% | 0.29% | - |
| HSV(B) | 7.5º | 0.28% | 0.33% | - |
| XYZ | 6.42 | 5.94 | 5.22 | - |
| YUV | 69.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 61 | 0 | 0.25 | 0.28 | 0.67 | 7.5 | 0.16 | 0.29 |
| Hex | 55 | 40 | 3D | 0 | 19 | 1C | 43 | 8 | 10 | 1D |
| Octal | 125 | 100 | 75 | 0 | 31 | 34 | 103 | 10 | 20 | 35 |
| Binary | 1010101 | 1000000 | 111101 | 0 | 11001 | 11100 | 1000011 | 1000 | 10000 | 11101 |
Color Harmonies of #55403D
Complementary color
Monochromatic Colors of #55403D
Black with #55403D
Text Example
Text Example
White with #55403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55403D; }
p { color: rgb(85,64,61); }
H1.HeaderClassName
{
color: #55403D;
}
.AnyTagClassName
{
color: #55403D;
}
</style>
background-color css
<style>
a { background-color: #55403D; }
a { background-color: rgb(85,64,61); }
div.DivClassName
{
background-color: #55403D;
}
.BgClassName
{
background-color: #55403D;
}
</style>
border-color css
<style>
span { border-color: #55403D; }
span { border-color: rgb(85,64,61); }
td.TdClassName
{
border-color: #55403D;
}
.TagClassName
{
border-color: #55403D;
}
</style>