Shades of Brown Bramble #58341F
Tints of Brown Bramble #58341F
RGB
CMYK
RGB Variations
Color information
#58341F (or 0x58341F) is known color: Brown Bramble. HEX triplet: 58, 34 and 1F. RGB value is (88,52,31). Sum of RGB (Red+Green+Blue) = 88+52+31=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58341F is #A7CBE0. Grayscale: #3C3C3C. Windows color (decimal): -10996705 or 2045016. OLE color: 2045016.
HSL color Cylindrical-coordinate representation of color #58341F: hue angle of 22.11º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58341F is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 52 | 31 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.65 |
| HSL | 22.11º | 0.48% | 0.23% | - |
| HSV(B) | 22.11º | 0.65% | 0.35% | - |
| XYZ | 5.5 | 4.63 | 1.9 | - |
| YUV | 60.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 52 | 31 | 0 | 0.41 | 0.65 | 0.65 | 22.11 | 0.48 | 0.23 |
| Hex | 58 | 34 | 1F | 0 | 29 | 41 | 41 | 16 | 30 | 17 |
| Octal | 130 | 64 | 37 | 0 | 51 | 101 | 101 | 26 | 60 | 27 |
| Binary | 1011000 | 110100 | 11111 | 0 | 101001 | 1000001 | 1000001 | 10110 | 110000 | 10111 |
Color Harmonies of #58341F
Complementary color
Monochromatic Colors of #58341F
Black with #58341F
Text Example
Text Example
White with #58341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58341F; }
p { color: rgb(88,52,31); }
H1.HeaderClassName
{
color: #58341F;
}
.AnyTagClassName
{
color: #58341F;
}
</style>
background-color css
<style>
a { background-color: #58341F; }
a { background-color: rgb(88,52,31); }
div.DivClassName
{
background-color: #58341F;
}
.BgClassName
{
background-color: #58341F;
}
</style>
border-color css
<style>
span { border-color: #58341F; }
span { border-color: rgb(88,52,31); }
td.TdClassName
{
border-color: #58341F;
}
.TagClassName
{
border-color: #58341F;
}
</style>