#584914

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

Shades of Bronze Olive #584914

Tints of Bronze Olive #584914

Color information

#584914 (or 0x584914) is unknown color: approx Bronze Olive. HEX triplet: 58, 49 and 14. RGB value is (88,73,20). Sum of RGB (Red+Green+Blue) = 88+73+20=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #584914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584914 is #A7B6EB. Grayscale: #474747. Windows color (decimal): -10991340 or 1329496. OLE color: 1329496.

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

Color convert

RGB887320-
CMYK00.170.770.65
HSL46.76º62.96%21.18%-
HSV(B)46.76º77.27%34.51%-
XYZ6.536.891.65-
YUV71.4498.97139.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 73 (28.91% from 255) = 40.33%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=48.62%
G=40.33%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88732000.170.770.6546.7662.9621.18
Hex5849140114D412f3f15
Octal13011124021115101577725
Binary10110001001001101000100011001101100000110111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584914; }

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

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

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

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

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

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

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

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