#58491D

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

Shades of Bronze Olive #58491D

Tints of Bronze Olive #58491D

Color information

#58491D (or 0x58491D) is unknown color: approx Bronze Olive. HEX triplet: 58, 49 and 1D. RGB value is (88,73,29). Sum of RGB (Red+Green+Blue) = 88+73+29=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #58491D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58491D is #A7B6E2. Grayscale: #484848. Windows color (decimal): -10991331 or 1919320. OLE color: 1919320.

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

Color convert

RGB887329-
CMYK00.170.670.65
HSL44.75º50.43%22.94%-
HSV(B)44.75º67.05%34.51%-
XYZ6.636.932.15-
YUV72.47103.47139.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.32%
GREEN value IS 73 (28.91% from 255) = 38.42%
BLUE value IS 29 (11.72% from 255) = 15.26%
R=46.32%
G=38.42%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88732900.170.670.6544.7550.4322.94
Hex58491D01143412d3217
Octal13011135021103101556227
Binary10110001001001111010100011000011100000110110111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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