#584115

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

Shades of Bronze Olive #584115

Tints of Bronze Olive #584115

Color information

#584115 (or 0x584115) is unknown color: approx Bronze Olive. HEX triplet: 58, 41 and 15. RGB value is (88,65,21). Sum of RGB (Red+Green+Blue) = 88+65+21=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #584115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584115 is #A7BEEA. Grayscale: #434343. Windows color (decimal): -10993387 or 1392984. OLE color: 1392984.

HSL color Cylindrical-coordinate representation of color #584115: hue angle of 39.4º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #584115 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB886521-
CMYK00.260.760.65
HSL39.4º61.47%21.37%-
HSV(B)39.4º76.14%34.51%-
XYZ6.055.911.53-
YUV66.86102.12143.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=50.57%
G=37.36%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88652100.260.760.6539.461.4721.37
Hex58411501A4C41273d15
Octal13010125032114101477525
Binary10110001000001101010110101001100100000110011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584115; }

 p { color: rgb(88,65,21); }

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

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

 a { background-color: rgb(88,65,21); }

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

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

 span { border-color: rgb(88,65,21); }

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