Shades of Bronze Olive #58431B
Tints of Bronze Olive #58431B
RGB
CMYK
RGB Variations
Color information
#58431B (or 0x58431B) is known color: Bronze Olive. HEX triplet: 58, 43 and 1B. RGB value is (88,67,27). Sum of RGB (Red+Green+Blue) = 88+67+27=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #58431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58431B is #A7BCE4. Grayscale: #444444. Windows color (decimal): -10992869 or 1786712. OLE color: 1786712.
HSL color Cylindrical-coordinate representation of color #58431B: hue angle of 39.34º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58431B is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 67 | 27 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.65 |
| HSL | 39.34º | 0.53% | 0.23% | - |
| HSV(B) | 39.34º | 0.69% | 0.35% | - |
| XYZ | 6.23 | 6.17 | 1.9 | - |
| YUV | 68.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 67 | 27 | 0 | 0.24 | 0.69 | 0.65 | 39.34 | 0.53 | 0.23 |
| Hex | 58 | 43 | 1B | 0 | 18 | 45 | 41 | 27 | 35 | 17 |
| Octal | 130 | 103 | 33 | 0 | 30 | 105 | 101 | 47 | 65 | 27 |
| Binary | 1011000 | 1000011 | 11011 | 0 | 11000 | 1000101 | 1000001 | 100111 | 110101 | 10111 |
Color Harmonies of #58431B
Complementary color
Monochromatic Colors of #58431B
Black with #58431B
Text Example
Text Example
White with #58431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58431B; }
p { color: rgb(88,67,27); }
H1.HeaderClassName
{
color: #58431B;
}
.AnyTagClassName
{
color: #58431B;
}
</style>
background-color css
<style>
a { background-color: #58431B; }
a { background-color: rgb(88,67,27); }
div.DivClassName
{
background-color: #58431B;
}
.BgClassName
{
background-color: #58431B;
}
</style>
border-color css
<style>
span { border-color: #58431B; }
span { border-color: rgb(88,67,27); }
td.TdClassName
{
border-color: #58431B;
}
.TagClassName
{
border-color: #58431B;
}
</style>