Shades of Crater Brown #55433E
Tints of Crater Brown #55433E
RGB
CMYK
RGB Variations
Color information
#55433E (or 0x55433E) is known color: Crater Brown. HEX triplet: 55, 43 and 3E. RGB value is (85,67,62). Sum of RGB (Red+Green+Blue) = 85+67+62=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #55433E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55433E is #AABCC1. Grayscale: #474747. Windows color (decimal): -11189442 or 4080469. OLE color: 4080469.
HSL color Cylindrical-coordinate representation of color #55433E: hue angle of 13.04º 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 #55433E is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 67 | 62 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.67 |
| HSL | 13.04º | 0.16% | 0.29% | - |
| HSV(B) | 13.04º | 0.27% | 0.33% | - |
| XYZ | 6.62 | 6.29 | 5.42 | - |
| YUV | 71.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 67 | 62 | 0 | 0.21 | 0.27 | 0.67 | 13.04 | 0.16 | 0.29 |
| Hex | 55 | 43 | 3E | 0 | 15 | 1B | 43 | D | 10 | 1D |
| Octal | 125 | 103 | 76 | 0 | 25 | 33 | 103 | 15 | 20 | 35 |
| Binary | 1010101 | 1000011 | 111110 | 0 | 10101 | 11011 | 1000011 | 1101 | 10000 | 11101 |
Color Harmonies of #55433E
Complementary color
Monochromatic Colors of #55433E
Black with #55433E
Text Example
Text Example
White with #55433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55433E; }
p { color: rgb(85,67,62); }
H1.HeaderClassName
{
color: #55433E;
}
.AnyTagClassName
{
color: #55433E;
}
</style>
background-color css
<style>
a { background-color: #55433E; }
a { background-color: rgb(85,67,62); }
div.DivClassName
{
background-color: #55433E;
}
.BgClassName
{
background-color: #55433E;
}
</style>
border-color css
<style>
span { border-color: #55433E; }
span { border-color: rgb(85,67,62); }
td.TdClassName
{
border-color: #55433E;
}
.TagClassName
{
border-color: #55433E;
}
</style>