#584916

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

Shades of Bronze Olive #584916

Tints of Bronze Olive #584916

Color information

#584916 (or 0x584916) is unknown color: approx Bronze Olive. HEX triplet: 58, 49 and 16. RGB value is (88,73,22). Sum of RGB (Red+Green+Blue) = 88+73+22=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #584916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584916 is #A7B6E9. Grayscale: #474747. Windows color (decimal): -10991338 or 1460568. OLE color: 1460568.

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

Color convert

RGB887322-
CMYK00.170.750.65
HSL46.36º60%21.57%-
HSV(B)46.36º75%34.51%-
XYZ6.556.91.75-
YUV71.6799.97139.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=48.09%
G=39.89%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88732200.170.750.6546.366021.57
Hex5849160114B412e3c16
Octal13011126021113101567426
Binary10110001001001101100100011001011100000110111011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584916; }

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

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

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

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

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

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

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

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