Shades of Brown Bramble #5B3221
Tints of Brown Bramble #5B3221
RGB
CMYK
RGB Variations
Color information
#5B3221 (or 0x5B3221) is known color: Brown Bramble. HEX triplet: 5B, 32 and 21. RGB value is (91,50,33). Sum of RGB (Red+Green+Blue) = 91+50+33=174 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52.30% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3221 is #A4CDDE. Grayscale: #3C3C3C. Windows color (decimal): -10800607 or 2175579. OLE color: 2175579.
HSL color Cylindrical-coordinate representation of color #5B3221: hue angle of 17.59º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B3221 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 50 | 33 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.64 |
| HSL | 17.59º | 0.47% | 0.24% | - |
| HSV(B) | 17.59º | 0.64% | 0.36% | - |
| XYZ | 5.73 | 4.62 | 2.03 | - |
| YUV | 60.32 | 112.58 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 50 | 33 | 0 | 0.45 | 0.64 | 0.64 | 17.59 | 0.47 | 0.24 |
| Hex | 5B | 32 | 21 | 0 | 2D | 40 | 40 | 12 | 2F | 18 |
| Octal | 133 | 62 | 41 | 0 | 55 | 100 | 100 | 22 | 57 | 30 |
| Binary | 1011011 | 110010 | 100001 | 0 | 101101 | 1000000 | 1000000 | 10010 | 101111 | 11000 |
Color Harmonies of #5B3221
Complementary color
Monochromatic Colors of #5B3221
Black with #5B3221
Text Example
Text Example
White with #5B3221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3221; }
p { color: rgb(91,50,33); }
H1.HeaderClassName
{
color: #5B3221;
}
.AnyTagClassName
{
color: #5B3221;
}
</style>
background-color css
<style>
a { background-color: #5B3221; }
a { background-color: rgb(91,50,33); }
div.DivClassName
{
background-color: #5B3221;
}
.BgClassName
{
background-color: #5B3221;
}
</style>
border-color css
<style>
span { border-color: #5B3221; }
span { border-color: rgb(91,50,33); }
td.TdClassName
{
border-color: #5B3221;
}
.TagClassName
{
border-color: #5B3221;
}
</style>