Shades of Crater Brown #553F3C
Tints of Crater Brown #553F3C
RGB
CMYK
RGB Variations
Color information
#553F3C (or 0x553F3C) is known color: Crater Brown. HEX triplet: 55, 3F and 3C. RGB value is (85,63,60). Sum of RGB (Red+Green+Blue) = 85+63+60=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #553F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F3C is #AAC0C3. Grayscale: #454545. Windows color (decimal): -11190468 or 3948373. OLE color: 3948373.
HSL color Cylindrical-coordinate representation of color #553F3C: hue angle of 7.2º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #553F3C is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 60 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.67 |
| HSL | 7.2º | 0.17% | 0.28% | - |
| HSV(B) | 7.2º | 0.29% | 0.33% | - |
| XYZ | 6.34 | 5.81 | 5.06 | - |
| YUV | 69.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 60 | 0 | 0.26 | 0.29 | 0.67 | 7.2 | 0.17 | 0.28 |
| Hex | 55 | 3F | 3C | 0 | 1A | 1D | 43 | 7 | 11 | 1C |
| Octal | 125 | 77 | 74 | 0 | 32 | 35 | 103 | 7 | 21 | 34 |
| Binary | 1010101 | 111111 | 111100 | 0 | 11010 | 11101 | 1000011 | 111 | 10001 | 11100 |
Color Harmonies of #553F3C
Complementary color
Monochromatic Colors of #553F3C
Black with #553F3C
Text Example
Text Example
White with #553F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F3C; }
p { color: rgb(85,63,60); }
H1.HeaderClassName
{
color: #553F3C;
}
.AnyTagClassName
{
color: #553F3C;
}
</style>
background-color css
<style>
a { background-color: #553F3C; }
a { background-color: rgb(85,63,60); }
div.DivClassName
{
background-color: #553F3C;
}
.BgClassName
{
background-color: #553F3C;
}
</style>
border-color css
<style>
span { border-color: #553F3C; }
span { border-color: rgb(85,63,60); }
td.TdClassName
{
border-color: #553F3C;
}
.TagClassName
{
border-color: #553F3C;
}
</style>