#58491A

Color #58491A Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #58491A

Tints of Bronze Olive #58491A

Color information

#58491A (or 0x58491A) is unknown color: approx Bronze Olive. HEX triplet: 58, 49 and 1A. RGB value is (88,73,26). Sum of RGB (Red+Green+Blue) = 88+73+26=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58491A is #A7B6E5. Grayscale: #484848. Windows color (decimal): -10991334 or 1722712. OLE color: 1722712.

HSL color Cylindrical-coordinate representation of color #58491A: hue angle of 45.48º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58491A is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB887326-
CMYK00.170.700.65
HSL45.48º54.39%22.35%-
HSV(B)45.48º70.45%34.51%-
XYZ6.596.911.96-
YUV72.13101.97139.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=47.06%
G=39.04%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88732600.170.700.6545.4854.3922.35
Hex58491A01146412d3616
Octal13011132021106101556626
Binary10110001001001110100100011000110100000110110111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58491A; }

 p { color: rgb(88,73,26); }

 H1.HeaderClassName
 {
   color: #58491A;
 }
 .AnyTagClassName
 {
   color: #58491A;
 }
</style>
background-color css

<style>
 a { background-color: #58491A; }

 a { background-color: rgb(88,73,26); }

 div.DivClassName
 {
   background-color: #58491A;
 }
 .BgClassName
 {
   background-color: #58491A;
 }
</style>
border-color css

<style>
 span { border-color: #58491A; }

 span { border-color: rgb(88,73,26); }

 td.TdClassName
 {
   border-color: #58491A;
 }
 .TagClassName
 {
   border-color: #58491A;
 }
</style>