#584D16

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

Shades of Bronze Olive #584D16

Tints of Bronze Olive #584D16

Color information

#584D16 (or 0x584D16) is unknown color: approx Bronze Olive. HEX triplet: 58, 4D and 16. RGB value is (88,77,22). Sum of RGB (Red+Green+Blue) = 88+77+22=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #584D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584D16 is #A7B2E9. Grayscale: #4A4A4A. Windows color (decimal): -10990314 or 1461592. OLE color: 1461592.

HSL color Cylindrical-coordinate representation of color #584D16: hue angle of 50º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #584D16 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB887722-
CMYK00.120.750.65
HSL50º60%21.57%-
HSV(B)50º75%34.51%-
XYZ6.827.441.84-
YUV74.0298.64137.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 77 (30.47% from 255) = 41.18%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=47.06%
G=41.18%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88772200.120.750.65506021.57
Hex584D160C4B41323c16
Octal13011526014113101627426
Binary1011000100110110110011001001011100000111001011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,77,22); }

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

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

 a { background-color: rgb(88,77,22); }

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

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

 span { border-color: rgb(88,77,22); }

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