#584516

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

Shades of Bronze Olive #584516

Tints of Bronze Olive #584516

Color information

#584516 (or 0x584516) is unknown color: approx Bronze Olive. HEX triplet: 58, 45 and 16. RGB value is (88,69,22). Sum of RGB (Red+Green+Blue) = 88+69+22=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #584516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584516 is #A7BAE9. Grayscale: #454545. Windows color (decimal): -10992362 or 1459544. OLE color: 1459544.

HSL color Cylindrical-coordinate representation of color #584516: hue angle of 42.73º 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 #584516 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB886922-
CMYK00.220.750.65
HSL42.73º60%21.57%-
HSV(B)42.73º75%34.51%-
XYZ6.36.391.66-
YUV69.32101.29141.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 69 (27.34% from 255) = 38.55%
BLUE value IS 22 (8.98% from 255) = 12.29%
R=49.16%
G=38.55%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88692200.220.750.6542.736021.57
Hex5845160164B412b3c16
Octal13010526026113101537426
Binary10110001000101101100101101001011100000110101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584516; }

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

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

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

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

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

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

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

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