Shades of Brown Bramble #58331C
Tints of Brown Bramble #58331C
RGB
CMYK
RGB Variations
Color information
#58331C (or 0x58331C) is known color: Brown Bramble. HEX triplet: 58, 33 and 1C. RGB value is (88,51,28). Sum of RGB (Red+Green+Blue) = 88+51+28=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58331C is #A7CCE3. Grayscale: #3B3B3B. Windows color (decimal): -10996964 or 1848152. OLE color: 1848152.
HSL color Cylindrical-coordinate representation of color #58331C: hue angle of 23º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58331C is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 51 | 28 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.65 |
| HSL | 23º | 0.52% | 0.23% | - |
| HSV(B) | 23º | 0.68% | 0.35% | - |
| XYZ | 5.42 | 4.53 | 1.69 | - |
| YUV | 59.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 51 | 28 | 0 | 0.42 | 0.68 | 0.65 | 23 | 0.52 | 0.23 |
| Hex | 58 | 33 | 1C | 0 | 2A | 44 | 41 | 17 | 34 | 17 |
| Octal | 130 | 63 | 34 | 0 | 52 | 104 | 101 | 27 | 64 | 27 |
| Binary | 1011000 | 110011 | 11100 | 0 | 101010 | 1000100 | 1000001 | 10111 | 110100 | 10111 |
Color Harmonies of #58331C
Complementary color
Monochromatic Colors of #58331C
Black with #58331C
Text Example
Text Example
White with #58331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58331C; }
p { color: rgb(88,51,28); }
H1.HeaderClassName
{
color: #58331C;
}
.AnyTagClassName
{
color: #58331C;
}
</style>
background-color css
<style>
a { background-color: #58331C; }
a { background-color: rgb(88,51,28); }
div.DivClassName
{
background-color: #58331C;
}
.BgClassName
{
background-color: #58331C;
}
</style>
border-color css
<style>
span { border-color: #58331C; }
span { border-color: rgb(88,51,28); }
td.TdClassName
{
border-color: #58331C;
}
.TagClassName
{
border-color: #58331C;
}
</style>