#584F11

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

Shades of Bronze Olive #584F11

Tints of Bronze Olive #584F11

Color information

#584F11 (or 0x584F11) is unknown color: approx Bronze Olive. HEX triplet: 58, 4F and 11. RGB value is (88,79,17). Sum of RGB (Red+Green+Blue) = 88+79+17=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #584F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584F11 is #A7B0EE. Grayscale: #4A4A4A. Windows color (decimal): -10989807 or 1134424. OLE color: 1134424.

HSL color Cylindrical-coordinate representation of color #584F11: hue angle of 52.39º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #584F11 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB887917-
CMYK00.100.810.65
HSL52.39º67.62%20.59%-
HSV(B)52.39º80.68%34.51%-
XYZ6.927.711.65-
YUV74.6295.48137.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.83%
GREEN value IS 79 (31.25% from 255) = 42.93%
BLUE value IS 17 (7.03% from 255) = 9.24%
R=47.83%
G=42.93%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88791700.100.810.6552.3967.6220.59
Hex584F110A5141344415
Octal130117210121211016410425
Binary10110001001111100010101010100011000001110100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584F11; }

 p { color: rgb(88,79,17); }

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

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

 a { background-color: rgb(88,79,17); }

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

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

 span { border-color: rgb(88,79,17); }

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