Shades of Bronze Olive #58451D
Tints of Bronze Olive #58451D
RGB
CMYK
RGB Variations
Color information
#58451D (or 0x58451D) is known color: Bronze Olive. HEX triplet: 58, 45 and 1D. RGB value is (88,69,29). Sum of RGB (Red+Green+Blue) = 88+69+29=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58451D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58451D is #A7BAE2. Grayscale: #464646. Windows color (decimal): -10992355 or 1918296. OLE color: 1918296.
HSL color Cylindrical-coordinate representation of color #58451D: hue angle of 40.68º 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 #58451D is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 69 | 29 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.65 |
| HSL | 40.68º | 0.5% | 0.23% | - |
| HSV(B) | 40.68º | 0.67% | 0.35% | - |
| XYZ | 6.37 | 6.42 | 2.07 | - |
| YUV | 70.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 69 | 29 | 0 | 0.22 | 0.67 | 0.65 | 40.68 | 0.5 | 0.23 |
| Hex | 58 | 45 | 1D | 0 | 16 | 43 | 41 | 29 | 32 | 17 |
| Octal | 130 | 105 | 35 | 0 | 26 | 103 | 101 | 51 | 62 | 27 |
| Binary | 1011000 | 1000101 | 11101 | 0 | 10110 | 1000011 | 1000001 | 101001 | 110010 | 10111 |
Color Harmonies of #58451D
Complementary color
Monochromatic Colors of #58451D
Black with #58451D
Text Example
Text Example
White with #58451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58451D; }
p { color: rgb(88,69,29); }
H1.HeaderClassName
{
color: #58451D;
}
.AnyTagClassName
{
color: #58451D;
}
</style>
background-color css
<style>
a { background-color: #58451D; }
a { background-color: rgb(88,69,29); }
div.DivClassName
{
background-color: #58451D;
}
.BgClassName
{
background-color: #58451D;
}
</style>
border-color css
<style>
span { border-color: #58451D; }
span { border-color: rgb(88,69,29); }
td.TdClassName
{
border-color: #58451D;
}
.TagClassName
{
border-color: #58451D;
}
</style>