Shades of Very Dark Brown #553C34
Tints of Very Dark Brown #553C34
RGB
CMYK
RGB Variations
Color information
#553C34 (or 0x553C34) is known color: Very Dark Brown. HEX triplet: 55, 3C and 34. RGB value is (85,60,52). Sum of RGB (Red+Green+Blue) = 85+60+52=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #553C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C34 is #AAC3CB. Grayscale: #424242. Windows color (decimal): -11191244 or 3423317. OLE color: 3423317.
HSL color Cylindrical-coordinate representation of color #553C34: hue angle of 14.55º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #553C34 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 52 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.67 |
| HSL | 14.55º | 0.24% | 0.27% | - |
| HSV(B) | 14.55º | 0.39% | 0.33% | - |
| XYZ | 5.98 | 5.41 | 3.98 | - |
| YUV | 66.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 52 | 0 | 0.29 | 0.39 | 0.67 | 14.55 | 0.24 | 0.27 |
| Hex | 55 | 3C | 34 | 0 | 1D | 27 | 43 | F | 18 | 1B |
| Octal | 125 | 74 | 64 | 0 | 35 | 47 | 103 | 17 | 30 | 33 |
| Binary | 1010101 | 111100 | 110100 | 0 | 11101 | 100111 | 1000011 | 1111 | 11000 | 11011 |
Color Harmonies of #553C34
Complementary color
Monochromatic Colors of #553C34
Black with #553C34
Text Example
Text Example
White with #553C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C34; }
p { color: rgb(85,60,52); }
H1.HeaderClassName
{
color: #553C34;
}
.AnyTagClassName
{
color: #553C34;
}
</style>
background-color css
<style>
a { background-color: #553C34; }
a { background-color: rgb(85,60,52); }
div.DivClassName
{
background-color: #553C34;
}
.BgClassName
{
background-color: #553C34;
}
</style>
border-color css
<style>
span { border-color: #553C34; }
span { border-color: rgb(85,60,52); }
td.TdClassName
{
border-color: #553C34;
}
.TagClassName
{
border-color: #553C34;
}
</style>