Shades of Brown Bramble #59341F
Tints of Brown Bramble #59341F
RGB
CMYK
RGB Variations
Color information
#59341F (or 0x59341F) is known color: Brown Bramble. HEX triplet: 59, 34 and 1F. RGB value is (89,52,31). Sum of RGB (Red+Green+Blue) = 89+52+31=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59341F is #A6CBE0. Grayscale: #3C3C3C. Windows color (decimal): -10931169 or 2045017. OLE color: 2045017.
HSL color Cylindrical-coordinate representation of color #59341F: hue angle of 21.72º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59341F is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 52 | 31 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.65 |
| HSL | 21.72º | 0.48% | 0.24% | - |
| HSV(B) | 21.72º | 0.65% | 0.35% | - |
| XYZ | 5.6 | 4.68 | 1.9 | - |
| YUV | 60.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 52 | 31 | 0 | 0.42 | 0.65 | 0.65 | 21.72 | 0.48 | 0.24 |
| Hex | 59 | 34 | 1F | 0 | 2A | 41 | 41 | 16 | 30 | 18 |
| Octal | 131 | 64 | 37 | 0 | 52 | 101 | 101 | 26 | 60 | 30 |
| Binary | 1011001 | 110100 | 11111 | 0 | 101010 | 1000001 | 1000001 | 10110 | 110000 | 11000 |
Color Harmonies of #59341F
Complementary color
Monochromatic Colors of #59341F
Black with #59341F
Text Example
Text Example
White with #59341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59341F; }
p { color: rgb(89,52,31); }
H1.HeaderClassName
{
color: #59341F;
}
.AnyTagClassName
{
color: #59341F;
}
</style>
background-color css
<style>
a { background-color: #59341F; }
a { background-color: rgb(89,52,31); }
div.DivClassName
{
background-color: #59341F;
}
.BgClassName
{
background-color: #59341F;
}
</style>
border-color css
<style>
span { border-color: #59341F; }
span { border-color: rgb(89,52,31); }
td.TdClassName
{
border-color: #59341F;
}
.TagClassName
{
border-color: #59341F;
}
</style>