Shades of Crater Brown #553F3A
Tints of Crater Brown #553F3A
RGB
CMYK
RGB Variations
Color information
#553F3A (or 0x553F3A) is known color: Crater Brown. HEX triplet: 55, 3F and 3A. RGB value is (85,63,58). Sum of RGB (Red+Green+Blue) = 85+63+58=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F3A is #AAC0C5. Grayscale: #454545. Windows color (decimal): -11190470 or 3817301. OLE color: 3817301.
HSL color Cylindrical-coordinate representation of color #553F3A: hue angle of 11.11º 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 #553F3A is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 58 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.67 |
| HSL | 11.11º | 0.19% | 0.28% | - |
| HSV(B) | 11.11º | 0.32% | 0.33% | - |
| XYZ | 6.29 | 5.79 | 4.79 | - |
| YUV | 69.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 58 | 0 | 0.26 | 0.32 | 0.67 | 11.11 | 0.19 | 0.28 |
| Hex | 55 | 3F | 3A | 0 | 1A | 20 | 43 | B | 13 | 1C |
| Octal | 125 | 77 | 72 | 0 | 32 | 40 | 103 | 13 | 23 | 34 |
| Binary | 1010101 | 111111 | 111010 | 0 | 11010 | 100000 | 1000011 | 1011 | 10011 | 11100 |
Color Harmonies of #553F3A
Complementary color
Monochromatic Colors of #553F3A
Black with #553F3A
Text Example
Text Example
White with #553F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F3A; }
p { color: rgb(85,63,58); }
H1.HeaderClassName
{
color: #553F3A;
}
.AnyTagClassName
{
color: #553F3A;
}
</style>
background-color css
<style>
a { background-color: #553F3A; }
a { background-color: rgb(85,63,58); }
div.DivClassName
{
background-color: #553F3A;
}
.BgClassName
{
background-color: #553F3A;
}
</style>
border-color css
<style>
span { border-color: #553F3A; }
span { border-color: rgb(85,63,58); }
td.TdClassName
{
border-color: #553F3A;
}
.TagClassName
{
border-color: #553F3A;
}
</style>