Shades of Very Dark Brown #553D35
Tints of Very Dark Brown #553D35
RGB
CMYK
RGB Variations
Color information
#553D35 (or 0x553D35) is known color: Very Dark Brown. HEX triplet: 55, 3D and 35. RGB value is (85,61,53). Sum of RGB (Red+Green+Blue) = 85+61+53=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #553D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D35 is #AAC2CA. Grayscale: #434343. Windows color (decimal): -11190987 or 3489109. OLE color: 3489109.
HSL color Cylindrical-coordinate representation of color #553D35: hue angle of 15º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #553D35 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 53 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.67 |
| HSL | 15º | 0.23% | 0.27% | - |
| HSV(B) | 15º | 0.38% | 0.33% | - |
| XYZ | 6.06 | 5.53 | 4.12 | - |
| YUV | 67.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 53 | 0 | 0.28 | 0.38 | 0.67 | 15 | 0.23 | 0.27 |
| Hex | 55 | 3D | 35 | 0 | 1C | 26 | 43 | F | 17 | 1B |
| Octal | 125 | 75 | 65 | 0 | 34 | 46 | 103 | 17 | 27 | 33 |
| Binary | 1010101 | 111101 | 110101 | 0 | 11100 | 100110 | 1000011 | 1111 | 10111 | 11011 |
Color Harmonies of #553D35
Complementary color
Monochromatic Colors of #553D35
Black with #553D35
Text Example
Text Example
White with #553D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D35; }
p { color: rgb(85,61,53); }
H1.HeaderClassName
{
color: #553D35;
}
.AnyTagClassName
{
color: #553D35;
}
</style>
background-color css
<style>
a { background-color: #553D35; }
a { background-color: rgb(85,61,53); }
div.DivClassName
{
background-color: #553D35;
}
.BgClassName
{
background-color: #553D35;
}
</style>
border-color css
<style>
span { border-color: #553D35; }
span { border-color: rgb(85,61,53); }
td.TdClassName
{
border-color: #553D35;
}
.TagClassName
{
border-color: #553D35;
}
</style>