Shades of Brown Bramble #58341D
Tints of Brown Bramble #58341D
RGB
CMYK
RGB Variations
Color information
#58341D (or 0x58341D) is known color: Brown Bramble. HEX triplet: 58, 34 and 1D. RGB value is (88,52,29). Sum of RGB (Red+Green+Blue) = 88+52+29=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #58341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58341D is #A7CBE2. Grayscale: #3C3C3C. Windows color (decimal): -10996707 or 1913944. OLE color: 1913944.
HSL color Cylindrical-coordinate representation of color #58341D: hue angle of 23.39º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58341D is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 52 | 29 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.65 |
| HSL | 23.39º | 0.5% | 0.23% | - |
| HSV(B) | 23.39º | 0.67% | 0.35% | - |
| XYZ | 5.47 | 4.62 | 1.77 | - |
| YUV | 60.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 52 | 29 | 0 | 0.41 | 0.67 | 0.65 | 23.39 | 0.5 | 0.23 |
| Hex | 58 | 34 | 1D | 0 | 29 | 43 | 41 | 17 | 32 | 17 |
| Octal | 130 | 64 | 35 | 0 | 51 | 103 | 101 | 27 | 62 | 27 |
| Binary | 1011000 | 110100 | 11101 | 0 | 101001 | 1000011 | 1000001 | 10111 | 110010 | 10111 |
Color Harmonies of #58341D
Complementary color
Monochromatic Colors of #58341D
Black with #58341D
Text Example
Text Example
White with #58341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58341D; }
p { color: rgb(88,52,29); }
H1.HeaderClassName
{
color: #58341D;
}
.AnyTagClassName
{
color: #58341D;
}
</style>
background-color css
<style>
a { background-color: #58341D; }
a { background-color: rgb(88,52,29); }
div.DivClassName
{
background-color: #58341D;
}
.BgClassName
{
background-color: #58341D;
}
</style>
border-color css
<style>
span { border-color: #58341D; }
span { border-color: rgb(88,52,29); }
td.TdClassName
{
border-color: #58341D;
}
.TagClassName
{
border-color: #58341D;
}
</style>