Shades of Brown Bramble #553B1C
Tints of Brown Bramble #553B1C
RGB
CMYK
RGB Variations
Color information
#553B1C (or 0x553B1C) is known color: Brown Bramble. HEX triplet: 55, 3B and 1C. RGB value is (85,59,28). Sum of RGB (Red+Green+Blue) = 85+59+28=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #553B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B1C is #AAC4E3. Grayscale: #3F3F3F. Windows color (decimal): -11191524 or 1850197. OLE color: 1850197.
HSL color Cylindrical-coordinate representation of color #553B1C: hue angle of 32.63º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #553B1C is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 59 | 28 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.67 |
| HSL | 32.63º | 0.5% | 0.22% | - |
| HSV(B) | 32.63º | 0.67% | 0.33% | - |
| XYZ | 5.52 | 5.14 | 1.8 | - |
| YUV | 63.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 28 | 0 | 0.31 | 0.67 | 0.67 | 32.63 | 0.5 | 0.22 |
| Hex | 55 | 3B | 1C | 0 | 1F | 43 | 43 | 21 | 32 | 16 |
| Octal | 125 | 73 | 34 | 0 | 37 | 103 | 103 | 41 | 62 | 26 |
| Binary | 1010101 | 111011 | 11100 | 0 | 11111 | 1000011 | 1000011 | 100001 | 110010 | 10110 |
Color Harmonies of #553B1C
Complementary color
Monochromatic Colors of #553B1C
Black with #553B1C
Text Example
Text Example
White with #553B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B1C; }
p { color: rgb(85,59,28); }
H1.HeaderClassName
{
color: #553B1C;
}
.AnyTagClassName
{
color: #553B1C;
}
</style>
background-color css
<style>
a { background-color: #553B1C; }
a { background-color: rgb(85,59,28); }
div.DivClassName
{
background-color: #553B1C;
}
.BgClassName
{
background-color: #553B1C;
}
</style>
border-color css
<style>
span { border-color: #553B1C; }
span { border-color: rgb(85,59,28); }
td.TdClassName
{
border-color: #553B1C;
}
.TagClassName
{
border-color: #553B1C;
}
</style>