#584912

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

Shades of Bronze Olive #584912

Tints of Bronze Olive #584912

Color information

#584912 (or 0x584912) is unknown color: approx Bronze Olive. HEX triplet: 58, 49 and 12. RGB value is (88,73,18). Sum of RGB (Red+Green+Blue) = 88+73+18=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #584912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584912 is #A7B6ED. Grayscale: #474747. Windows color (decimal): -10991342 or 1198424. OLE color: 1198424.

HSL color Cylindrical-coordinate representation of color #584912: hue angle of 47.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #584912 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB887318-
CMYK00.170.800.65
HSL47.14º66.04%20.78%-
HSV(B)47.14º79.55%34.51%-
XYZ6.526.881.56-
YUV71.2297.97139.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 73 (28.91% from 255) = 40.78%
BLUE value IS 18 (7.42% from 255) = 10.06%
R=49.16%
G=40.78%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88731800.170.800.6547.1466.0420.78
Hex58491201150412f4215
Octal130111220211201015710225
Binary101100010010011001001000110100001000001101111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584912; }

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

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

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

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

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

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

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

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