Shades of Brown Bramble #55341A
Tints of Brown Bramble #55341A
RGB
CMYK
RGB Variations
Color information
#55341A (or 0x55341A) is known color: Brown Bramble. HEX triplet: 55, 34 and 1A. RGB value is (85,52,26). Sum of RGB (Red+Green+Blue) = 85+52+26=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #55341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55341A is #AACBE5. Grayscale: #3B3B3B. Windows color (decimal): -11193318 or 1717333. OLE color: 1717333.
HSL color Cylindrical-coordinate representation of color #55341A: hue angle of 26.44º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55341A is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 52 | 26 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.67 |
| HSL | 26.44º | 0.53% | 0.22% | - |
| HSV(B) | 26.44º | 0.69% | 0.33% | - |
| XYZ | 5.16 | 4.46 | 1.57 | - |
| YUV | 58.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 26 | 0 | 0.39 | 0.69 | 0.67 | 26.44 | 0.53 | 0.22 |
| Hex | 55 | 34 | 1A | 0 | 27 | 45 | 43 | 1A | 35 | 16 |
| Octal | 125 | 64 | 32 | 0 | 47 | 105 | 103 | 32 | 65 | 26 |
| Binary | 1010101 | 110100 | 11010 | 0 | 100111 | 1000101 | 1000011 | 11010 | 110101 | 10110 |
Color Harmonies of #55341A
Complementary color
Monochromatic Colors of #55341A
Black with #55341A
Text Example
Text Example
White with #55341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55341A; }
p { color: rgb(85,52,26); }
H1.HeaderClassName
{
color: #55341A;
}
.AnyTagClassName
{
color: #55341A;
}
</style>
background-color css
<style>
a { background-color: #55341A; }
a { background-color: rgb(85,52,26); }
div.DivClassName
{
background-color: #55341A;
}
.BgClassName
{
background-color: #55341A;
}
</style>
border-color css
<style>
span { border-color: #55341A; }
span { border-color: rgb(85,52,26); }
td.TdClassName
{
border-color: #55341A;
}
.TagClassName
{
border-color: #55341A;
}
</style>