Shades of Bronze Olive #58430F
Tints of Bronze Olive #58430F
RGB
CMYK
RGB Variations
Color information
#58430F (or 0x58430F) is known color: Bronze Olive. HEX triplet: 58, 43 and 0F. RGB value is (88,67,15). Sum of RGB (Red+Green+Blue) = 88+67+15=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58430F is #A7BCF0. Grayscale: #434343. Windows color (decimal): -10992881 or 1000280. OLE color: 1000280.
HSL color Cylindrical-coordinate representation of color #58430F: hue angle of 42.74º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58430F is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 67 | 15 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.65 |
| HSL | 42.74º | 0.71% | 0.2% | - |
| HSV(B) | 42.74º | 0.83% | 0.35% | - |
| XYZ | 6.12 | 6.12 | 1.31 | - |
| YUV | 67.35 | 98.46 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 67 | 15 | 0 | 0.24 | 0.83 | 0.65 | 42.74 | 0.71 | 0.2 |
| Hex | 58 | 43 | F | 0 | 18 | 53 | 41 | 2B | 47 | 14 |
| Octal | 130 | 103 | 17 | 0 | 30 | 123 | 101 | 53 | 107 | 24 |
| Binary | 1011000 | 1000011 | 1111 | 0 | 11000 | 1010011 | 1000001 | 101011 | 1000111 | 10100 |
Color Harmonies of #58430F
Complementary color
Monochromatic Colors of #58430F
Black with #58430F
Text Example
Text Example
White with #58430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58430F; }
p { color: rgb(88,67,15); }
H1.HeaderClassName
{
color: #58430F;
}
.AnyTagClassName
{
color: #58430F;
}
</style>
background-color css
<style>
a { background-color: #58430F; }
a { background-color: rgb(88,67,15); }
div.DivClassName
{
background-color: #58430F;
}
.BgClassName
{
background-color: #58430F;
}
</style>
border-color css
<style>
span { border-color: #58430F; }
span { border-color: rgb(88,67,15); }
td.TdClassName
{
border-color: #58430F;
}
.TagClassName
{
border-color: #58430F;
}
</style>