Shades of Very Dark Brown #553C31
Tints of Very Dark Brown #553C31
RGB
CMYK
RGB Variations
Color information
#553C31 (or 0x553C31) is known color: Very Dark Brown. HEX triplet: 55, 3C and 31. RGB value is (85,60,49). Sum of RGB (Red+Green+Blue) = 85+60+49=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #553C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C31 is #AAC3CE. Grayscale: #424242. Windows color (decimal): -11191247 or 3226709. OLE color: 3226709.
HSL color Cylindrical-coordinate representation of color #553C31: hue angle of 18.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #553C31 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 49 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.67 |
| HSL | 18.33º | 0.27% | 0.26% | - |
| HSV(B) | 18.33º | 0.42% | 0.33% | - |
| XYZ | 5.92 | 5.38 | 3.63 | - |
| YUV | 66.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 49 | 0 | 0.29 | 0.42 | 0.67 | 18.33 | 0.27 | 0.26 |
| Hex | 55 | 3C | 31 | 0 | 1D | 2A | 43 | 12 | 1B | 1A |
| Octal | 125 | 74 | 61 | 0 | 35 | 52 | 103 | 22 | 33 | 32 |
| Binary | 1010101 | 111100 | 110001 | 0 | 11101 | 101010 | 1000011 | 10010 | 11011 | 11010 |
Color Harmonies of #553C31
Complementary color
Monochromatic Colors of #553C31
Black with #553C31
Text Example
Text Example
White with #553C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C31; }
p { color: rgb(85,60,49); }
H1.HeaderClassName
{
color: #553C31;
}
.AnyTagClassName
{
color: #553C31;
}
</style>
background-color css
<style>
a { background-color: #553C31; }
a { background-color: rgb(85,60,49); }
div.DivClassName
{
background-color: #553C31;
}
.BgClassName
{
background-color: #553C31;
}
</style>
border-color css
<style>
span { border-color: #553C31; }
span { border-color: rgb(85,60,49); }
td.TdClassName
{
border-color: #553C31;
}
.TagClassName
{
border-color: #553C31;
}
</style>