#58491B

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

Shades of Bronze Olive #58491B

Tints of Bronze Olive #58491B

Color information

#58491B (or 0x58491B) is unknown color: approx Bronze Olive. HEX triplet: 58, 49 and 1B. RGB value is (88,73,27). Sum of RGB (Red+Green+Blue) = 88+73+27=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #58491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58491B is #A7B6E4. Grayscale: #484848. Windows color (decimal): -10991333 or 1788248. OLE color: 1788248.

HSL color Cylindrical-coordinate representation of color #58491B: hue angle of 45.25º 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 #58491B is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB887327-
CMYK00.170.690.65
HSL45.25º53.04%22.55%-
HSV(B)45.25º69.32%34.51%-
XYZ6.66.922.02-
YUV72.24102.47139.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=46.81%
G=38.83%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88732700.170.690.6545.2553.0422.55
Hex58491B01145412d3517
Octal13011133021105101556527
Binary10110001001001110110100011000101100000110110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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