#584305

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

Shades of Bronze Olive #584305

Tints of Bronze Olive #584305

Color information

#584305 (or 0x584305) is unknown color: approx Bronze Olive. HEX triplet: 58, 43 and 05. RGB value is (88,67,5). Sum of RGB (Red+Green+Blue) = 88+67+5=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #584305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584305 is #A7BCFA. Grayscale: #424242. Windows color (decimal): -10992891 or 344920. OLE color: 344920.

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

Color convert

RGB88675-
CMYK00.240.940.65
HSL44.82º89.25%18.24%-
HSV(B)44.82º94.32%34.51%-
XYZ6.066.11-
YUV66.2193.46143.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55%
GREEN value IS 67 (26.56% from 255) = 41.88%
BLUE value IS 5 (2.34% from 255) = 3.12%
R=55%
G=41.88%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8867500.240.940.6544.8289.2518.24
Hex584350185E412d5912
Octal13010350301361015513122
Binary1011000100001110101100010111101000001101101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584305; }

 p { color: rgb(88,67,5); }

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

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

 a { background-color: rgb(88,67,5); }

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

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

 span { border-color: rgb(88,67,5); }

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