#584506

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

Shades of Bronze Olive #584506

Tints of Bronze Olive #584506

Color information

#584506 (or 0x584506) is unknown color: approx Bronze Olive. HEX triplet: 58, 45 and 06. RGB value is (88,69,6). Sum of RGB (Red+Green+Blue) = 88+69+6=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #584506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584506 is #A7BAF9. Grayscale: #434343. Windows color (decimal): -10992378 or 410968. OLE color: 410968.

HSL color Cylindrical-coordinate representation of color #584506: hue angle of 46.1º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #584506 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB88696-
CMYK00.220.930.65
HSL46.1º87.23%18.43%-
HSV(B)46.1º93.18%34.51%-
XYZ6.196.341.07-
YUV67.593.29142.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.99%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=53.99%
G=42.33%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8869600.220.930.6546.187.2318.43
Hex584560165D412e5712
Octal13010560261351015612722
Binary1011000100010111001011010111011000001101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584506; }

 p { color: rgb(88,69,6); }

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

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

 a { background-color: rgb(88,69,6); }

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

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

 span { border-color: rgb(88,69,6); }

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