Shades of Brown Bramble #58361E
Tints of Brown Bramble #58361E
RGB
CMYK
RGB Variations
Color information
#58361E (or 0x58361E) is known color: Brown Bramble. HEX triplet: 58, 36 and 1E. RGB value is (88,54,30). Sum of RGB (Red+Green+Blue) = 88+54+30=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #58361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58361E is #A7C9E1. Grayscale: #3D3D3D. Windows color (decimal): -10996194 or 1979992. OLE color: 1979992.
HSL color Cylindrical-coordinate representation of color #58361E: hue angle of 24.83º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58361E is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 54 | 30 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.65 |
| HSL | 24.83º | 0.49% | 0.23% | - |
| HSV(B) | 24.83º | 0.66% | 0.35% | - |
| XYZ | 5.58 | 4.81 | 1.86 | - |
| YUV | 61.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 54 | 30 | 0 | 0.39 | 0.66 | 0.65 | 24.83 | 0.49 | 0.23 |
| Hex | 58 | 36 | 1E | 0 | 27 | 42 | 41 | 19 | 31 | 17 |
| Octal | 130 | 66 | 36 | 0 | 47 | 102 | 101 | 31 | 61 | 27 |
| Binary | 1011000 | 110110 | 11110 | 0 | 100111 | 1000010 | 1000001 | 11001 | 110001 | 10111 |
Color Harmonies of #58361E
Complementary color
Monochromatic Colors of #58361E
Black with #58361E
Text Example
Text Example
White with #58361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58361E; }
p { color: rgb(88,54,30); }
H1.HeaderClassName
{
color: #58361E;
}
.AnyTagClassName
{
color: #58361E;
}
</style>
background-color css
<style>
a { background-color: #58361E; }
a { background-color: rgb(88,54,30); }
div.DivClassName
{
background-color: #58361E;
}
.BgClassName
{
background-color: #58361E;
}
</style>
border-color css
<style>
span { border-color: #58361E; }
span { border-color: rgb(88,54,30); }
td.TdClassName
{
border-color: #58361E;
}
.TagClassName
{
border-color: #58361E;
}
</style>