Shades of Brown Bramble #58371D
Tints of Brown Bramble #58371D
RGB
CMYK
RGB Variations
Color information
#58371D (or 0x58371D) is known color: Brown Bramble. HEX triplet: 58, 37 and 1D. RGB value is (88,55,29). Sum of RGB (Red+Green+Blue) = 88+55+29=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58371D is #A7C8E2. Grayscale: #3E3E3E. Windows color (decimal): -10995939 or 1914712. OLE color: 1914712.
HSL color Cylindrical-coordinate representation of color #58371D: hue angle of 26.44º 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 #58371D is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 55 | 29 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.65 |
| HSL | 26.44º | 0.5% | 0.23% | - |
| HSV(B) | 26.44º | 0.67% | 0.35% | - |
| XYZ | 5.61 | 4.9 | 1.81 | - |
| YUV | 61.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 55 | 29 | 0 | 0.38 | 0.67 | 0.65 | 26.44 | 0.5 | 0.23 |
| Hex | 58 | 37 | 1D | 0 | 26 | 43 | 41 | 1A | 32 | 17 |
| Octal | 130 | 67 | 35 | 0 | 46 | 103 | 101 | 32 | 62 | 27 |
| Binary | 1011000 | 110111 | 11101 | 0 | 100110 | 1000011 | 1000001 | 11010 | 110010 | 10111 |
Color Harmonies of #58371D
Complementary color
Monochromatic Colors of #58371D
Black with #58371D
Text Example
Text Example
White with #58371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58371D; }
p { color: rgb(88,55,29); }
H1.HeaderClassName
{
color: #58371D;
}
.AnyTagClassName
{
color: #58371D;
}
</style>
background-color css
<style>
a { background-color: #58371D; }
a { background-color: rgb(88,55,29); }
div.DivClassName
{
background-color: #58371D;
}
.BgClassName
{
background-color: #58371D;
}
</style>
border-color css
<style>
span { border-color: #58371D; }
span { border-color: rgb(88,55,29); }
td.TdClassName
{
border-color: #58371D;
}
.TagClassName
{
border-color: #58371D;
}
</style>