#58541E

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

Shades of Bronze Olive #58541E

Tints of Bronze Olive #58541E

Color information

#58541E (or 0x58541E) is unknown color: approx Bronze Olive. HEX triplet: 58, 54 and 1E. RGB value is (88,84,30). Sum of RGB (Red+Green+Blue) = 88+84+30=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #58541E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58541E is #A7ABE1. Grayscale: #4F4F4F. Windows color (decimal): -10988514 or 1987672. OLE color: 1987672.

HSL color Cylindrical-coordinate representation of color #58541E: hue angle of 55.86º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58541E is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB888430-
CMYK00.050.660.65
HSL55.86º49.15%23.14%-
HSV(B)55.86º65.91%34.51%-
XYZ7.438.512.48-
YUV79.04100.33134.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 30 (12.11% from 255) = 14.85%
R=43.56%
G=41.58%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88843000.050.660.6555.8649.1523.14
Hex58541E054241383117
Octal1301243605102101706127
Binary101100010101001111001011000010100000111100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58541E; }

 p { color: rgb(88,84,30); }

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

<style>
 a { background-color: #58541E; }

 a { background-color: rgb(88,84,30); }

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

<style>
 span { border-color: #58541E; }

 span { border-color: rgb(88,84,30); }

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