Shades of Brown Bramble #553B1D
Tints of Brown Bramble #553B1D
RGB
CMYK
RGB Variations
Color information
#553B1D (or 0x553B1D) is known color: Brown Bramble. HEX triplet: 55, 3B and 1D. RGB value is (85,59,29). Sum of RGB (Red+Green+Blue) = 85+59+29=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #553B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B1D is #AAC4E2. Grayscale: #3F3F3F. Windows color (decimal): -11191523 or 1915733. OLE color: 1915733.
HSL color Cylindrical-coordinate representation of color #553B1D: hue angle of 32.14º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553B1D is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 59 | 29 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.67 |
| HSL | 32.14º | 0.49% | 0.22% | - |
| HSV(B) | 32.14º | 0.66% | 0.33% | - |
| XYZ | 5.53 | 5.15 | 1.86 | - |
| YUV | 63.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 29 | 0 | 0.31 | 0.66 | 0.67 | 32.14 | 0.49 | 0.22 |
| Hex | 55 | 3B | 1D | 0 | 1F | 42 | 43 | 20 | 31 | 16 |
| Octal | 125 | 73 | 35 | 0 | 37 | 102 | 103 | 40 | 61 | 26 |
| Binary | 1010101 | 111011 | 11101 | 0 | 11111 | 1000010 | 1000011 | 100000 | 110001 | 10110 |
Color Harmonies of #553B1D
Complementary color
Monochromatic Colors of #553B1D
Black with #553B1D
Text Example
Text Example
White with #553B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B1D; }
p { color: rgb(85,59,29); }
H1.HeaderClassName
{
color: #553B1D;
}
.AnyTagClassName
{
color: #553B1D;
}
</style>
background-color css
<style>
a { background-color: #553B1D; }
a { background-color: rgb(85,59,29); }
div.DivClassName
{
background-color: #553B1D;
}
.BgClassName
{
background-color: #553B1D;
}
</style>
border-color css
<style>
span { border-color: #553B1D; }
span { border-color: rgb(85,59,29); }
td.TdClassName
{
border-color: #553B1D;
}
.TagClassName
{
border-color: #553B1D;
}
</style>