Shades of Crater Brown #553E3D
Tints of Crater Brown #553E3D
RGB
CMYK
RGB Variations
Color information
#553E3D (or 0x553E3D) is known color: Crater Brown. HEX triplet: 55, 3E and 3D. RGB value is (85,62,61). Sum of RGB (Red+Green+Blue) = 85+62+61=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #553E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E3D is #AAC1C2. Grayscale: #444444. Windows color (decimal): -11190723 or 4013653. OLE color: 4013653.
HSL color Cylindrical-coordinate representation of color #553E3D: hue angle of 2.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 #553E3D is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 61 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.67 |
| HSL | 2.5º | 0.16% | 0.29% | - |
| HSV(B) | 2.5º | 0.28% | 0.33% | - |
| XYZ | 6.31 | 5.71 | 5.19 | - |
| YUV | 68.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 61 | 0 | 0.27 | 0.28 | 0.67 | 2.5 | 0.16 | 0.29 |
| Hex | 55 | 3E | 3D | 0 | 1B | 1C | 43 | 2 | 10 | 1D |
| Octal | 125 | 76 | 75 | 0 | 33 | 34 | 103 | 2 | 20 | 35 |
| Binary | 1010101 | 111110 | 111101 | 0 | 11011 | 11100 | 1000011 | 10 | 10000 | 11101 |
Color Harmonies of #553E3D
Complementary color
Monochromatic Colors of #553E3D
Black with #553E3D
Text Example
Text Example
White with #553E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E3D; }
p { color: rgb(85,62,61); }
H1.HeaderClassName
{
color: #553E3D;
}
.AnyTagClassName
{
color: #553E3D;
}
</style>
background-color css
<style>
a { background-color: #553E3D; }
a { background-color: rgb(85,62,61); }
div.DivClassName
{
background-color: #553E3D;
}
.BgClassName
{
background-color: #553E3D;
}
</style>
border-color css
<style>
span { border-color: #553E3D; }
span { border-color: rgb(85,62,61); }
td.TdClassName
{
border-color: #553E3D;
}
.TagClassName
{
border-color: #553E3D;
}
</style>