Shades of Very Dark Brown #553C2F
Tints of Very Dark Brown #553C2F
RGB
CMYK
RGB Variations
Color information
#553C2F (or 0x553C2F) is known color: Very Dark Brown. HEX triplet: 55, 3C and 2F. RGB value is (85,60,47). Sum of RGB (Red+Green+Blue) = 85+60+47=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #553C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C2F is #AAC3D0. Grayscale: #424242. Windows color (decimal): -11191249 or 3095637. OLE color: 3095637.
HSL color Cylindrical-coordinate representation of color #553C2F: hue angle of 20.53º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #553C2F is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 47 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.67 |
| HSL | 20.53º | 0.29% | 0.26% | - |
| HSV(B) | 20.53º | 0.45% | 0.33% | - |
| XYZ | 5.88 | 5.37 | 3.42 | - |
| YUV | 65.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 47 | 0 | 0.29 | 0.45 | 0.67 | 20.53 | 0.29 | 0.26 |
| Hex | 55 | 3C | 2F | 0 | 1D | 2D | 43 | 15 | 1D | 1A |
| Octal | 125 | 74 | 57 | 0 | 35 | 55 | 103 | 25 | 35 | 32 |
| Binary | 1010101 | 111100 | 101111 | 0 | 11101 | 101101 | 1000011 | 10101 | 11101 | 11010 |
Color Harmonies of #553C2F
Complementary color
Monochromatic Colors of #553C2F
Black with #553C2F
Text Example
Text Example
White with #553C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C2F; }
p { color: rgb(85,60,47); }
H1.HeaderClassName
{
color: #553C2F;
}
.AnyTagClassName
{
color: #553C2F;
}
</style>
background-color css
<style>
a { background-color: #553C2F; }
a { background-color: rgb(85,60,47); }
div.DivClassName
{
background-color: #553C2F;
}
.BgClassName
{
background-color: #553C2F;
}
</style>
border-color css
<style>
span { border-color: #553C2F; }
span { border-color: rgb(85,60,47); }
td.TdClassName
{
border-color: #553C2F;
}
.TagClassName
{
border-color: #553C2F;
}
</style>