Shades of Crater Brown #553E3C
Tints of Crater Brown #553E3C
RGB
CMYK
RGB Variations
Color information
#553E3C (or 0x553E3C) is known color: Crater Brown. HEX triplet: 55, 3E and 3C. RGB value is (85,62,60). Sum of RGB (Red+Green+Blue) = 85+62+60=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #553E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E3C is #AAC1C3. Grayscale: #444444. Windows color (decimal): -11190724 or 3948117. OLE color: 3948117.
HSL color Cylindrical-coordinate representation of color #553E3C: hue angle of 4.8º 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 #553E3C is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 60 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.67 |
| HSL | 4.8º | 0.17% | 0.28% | - |
| HSV(B) | 4.8º | 0.29% | 0.33% | - |
| XYZ | 6.28 | 5.7 | 5.04 | - |
| YUV | 68.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 60 | 0 | 0.27 | 0.29 | 0.67 | 4.8 | 0.17 | 0.28 |
| Hex | 55 | 3E | 3C | 0 | 1B | 1D | 43 | 5 | 11 | 1C |
| Octal | 125 | 76 | 74 | 0 | 33 | 35 | 103 | 5 | 21 | 34 |
| Binary | 1010101 | 111110 | 111100 | 0 | 11011 | 11101 | 1000011 | 101 | 10001 | 11100 |
Color Harmonies of #553E3C
Complementary color
Monochromatic Colors of #553E3C
Black with #553E3C
Text Example
Text Example
White with #553E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E3C; }
p { color: rgb(85,62,60); }
H1.HeaderClassName
{
color: #553E3C;
}
.AnyTagClassName
{
color: #553E3C;
}
</style>
background-color css
<style>
a { background-color: #553E3C; }
a { background-color: rgb(85,62,60); }
div.DivClassName
{
background-color: #553E3C;
}
.BgClassName
{
background-color: #553E3C;
}
</style>
border-color css
<style>
span { border-color: #553E3C; }
span { border-color: rgb(85,62,60); }
td.TdClassName
{
border-color: #553E3C;
}
.TagClassName
{
border-color: #553E3C;
}
</style>